How to get total height of a UITableViewCell?

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-04-20T18:17:30Z Indexed on 2010/04/20 18:23 UTC
Read the original article Hit count: 151

I have subclassed a UITableViewCell and within this class I want to get it's height. How can I achieve this?

I have tried:

self.frame.size.height

but not sure if it is giving me the correct height value.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c