in method
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
usually you use an array to set
[cell.textLabel setTex:@"row"];
but if I want to jump a row?
at example at indexpath.row I don’t want to have this cell in my tableview, is possible?
Try this: Incorporate the tableView datasource method for row height.