Hi guys,
Almost spend 4 hours but couldn't find a way to change the cell height dynamically, and looking for a solution.....
I wanna have cell height 310 for my first row and 180 for the rest of them.
the UITable view has a method like this
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
which enable us to specify row hieght but in Cocos2d (SWTableView) couldn't see anything like this...
If you guys have a solution please help!!!!! (using cocos2d v1.0)