Do I need to set heightForRowAtIndexPath if I am using a custom UITableViewCell?
- by Sheehan Alam
Do I need to set heightForRowAtIndexPath if I am using a custom UITableViewCell? In my NIB I have already set the cell height.
When I over-ride heightForRowAtIndexPath the contents of my cell don't appear, even though it is set to the height defined in the NIB.