rob-brown/RBSmartTableViewCell

How to set Cell height?

Closed this issue · 1 comments

How to set Cell height? Seems like kStandardCellHeight not being used in heightForRowAtIndexPath

To set the cell height, your UITableViewDelegate needs to implement - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath. kStandardCellHeight is provided just as a convenient constant should you implement this method and you need to know what the standard cell size is.