cool,

if (firstDoInsert && !nextDoInsert) {

        if (flight.tempCabins) {

            flight.cabins = flight.tempCabins;

            [self.expansionTableViewreloadData];

 

        }else{

            [self loadCabins:flight];

 

        }

    }

posted @ 2013-05-10 17:15  路在脚下,  阅读(114)  评论(0编辑  收藏  举报