Do I need to set heightForRowAtIndexPath if I am using a custom UITableViewCell?

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-06-08T17:09:25Z Indexed on 2010/06/08 17:12 UTC
Read the original article Hit count: 193

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c