2011. 9. 22. 14:05
IPhone
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return ([indexPath row] == MY_TALLER_CELL_ROW) ? 88.0f : 44.0f;
}
참고글 : http://stackoverflow.com/questions/5670093/uitableview-row-height-not-drawing-taller-with-text