Sunday, June 3, 2012

iOS: Modifying Cell Height of UITableViewCell

To do this, override the "heightForRowAtIndexPath" method in the delegate and return the desired value. A hard-coded one will suffice if you want the same height for all rows. Otherwise, you can do the necessary calculations here and return the appropriate dynamic height.

No comments:

Post a Comment