Summer

Results 1 issues of Summer

-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { NSLog@(@"%@",indexPath); id model = self.modelArray[indexPath.row]; ``` NSLog(@"%@",model); return [_tableView cellHeightForIndexPath:indexPath model:model keyPath:@"choiceKaKaModel" cellClass:[RuanTableViewCellChoicenessCell class] contentViewWidth:ScreenWidth];_ ``` } ## log 2016-04-20 18:09:57.249 DYwardrobe[33955:1073366] {length = 2,...