How to get total height of a UITableViewCell?
- by Sheehan Alam
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.