UITableView less than full screen from code?

Posted by Gerry on Stack Overflow See other posts from Stack Overflow or by Gerry
Published on 2010-05-25T16:19:53Z Indexed on 2010/05/25 20:11 UTC
Read the original article Hit count: 336

Filed under:
|
|

I have a number of views that use UITableView. (I use UIViewController and implement UITableViewDelegate and UITableViewDataSource interfaces.) I'm having trouble creating a tableview that leaves room at the top for a toolbar. How to I size and layout the Tableview so that it is less than full screen? Is this an AutoResizing mask problem?

Thanks, Gerry

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview