I have a UINavigationController that contains the view of a UITableViewController. How can I resize the table view from within the navigation controller?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Not exactly sure if this is what you are looking for but its sounds close enough. This will resize your tableView to whatever pixel size you specify. It will do it in a transition too (so it doesnt just jump to size). You can remove the transition if you wanted.
|
|||||
|
|
Maybe this method will help you to resize the table rows:
|
|||
|
|