section group row cell,

numberOfSectionsInTableView(一个section)

numberOfRowsInSection

cellForRowAtIndexPath

tableview > section >row > cell

大的里面 可以 包含 小的。比如,row里面 有cell ,

 FlightListCell *cell1 = (FlightListCell *)[self.expansionTableViewcellForRowAtIndexPath:self.selectIndex];

    

    if (self.isOpen) {

        cell1.flightBottomLineImageView.hidden = YES;

        

    }else{

        cell1.flightBottomLineImageView.hidden = NO;

    }

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