Can I extend a UITableView with static cells to automatically adjust to the 4-inch iPhone 5 screen and increase the height of each UITableViewCell accordingly? If I create a simple UITableView in IB with 3 static lines, when I view it on iPhone 3.5, โthe display looks fine, but on iPhone 4โ appears at the bottom. I tried to play with autorun (I'm only interested in iOS6), setting autorun options, etc. but to no avail.
By the way - I know that I can set the height in the code, for example. in heightForRowAtIndexPath: divide the border or frame height by the number of lines (i.e. 3 lines). But I'm looking for something more dynamic.

ios uitableview autolayout interface-builder
Click ahead
source share