Possible Duplicate:
Dynamic height for static table cells with wrapping labels?
I am using a UITableView with static content. The view controller does not implement anything from the delegate or datasource protocols (because the sections and cells are all defined in the storyboard), just inserts the text content using the UILabels wired as IBOutlets.
But now I want to set the height of one particular cell dynamically. How can I do this?