Showing posts with label Height. Show all posts
Showing posts with label Height. Show all posts

Wednesday, 5 March 2014

Setting custom UITableViewCells height

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
    return 30;
}