Is there a 'standard' for UITableView sizing for the iPad?

Hi,


I have a UITableViewController that looks fine on the iPhone.


When the UITableView only has a few cells, there is so much extra vertical space on the iPad simulator that it looks wrong. Should I be sizing the cells (and the labels within) so that they are a % of the available height? Or is what I currently have normal (expected) behaviour?


I don't own an iPad so I am insure to what a standard UITableView looks like in other apps.


Thanks in advance.

No fitzall, if that's what you're asking, since there are different screen sizes - See the adaptive layout tag in your comment for starters.


In your case, tho, are you using splitview at all?


>I am insure to what a standard UITableView looks like in other apps


Suggest you run the UIKit Catalog (iOS): Creating and Customizing UIKit Controls sample in the simulators, but if the white space of which you speak is chronic, you may need to use a different approach...check the iOS Human Interface Guidelinesfor UI best practice, alternatives, etc.

Is there a 'standard' for UITableView sizing for the iPad?
 
 
Q