How do I reduce the height of a TableView when it is constructed in IB?
Posted
by erotsppa
on Stack Overflow
See other posts from Stack Overflow
or by erotsppa
Published on 2010-03-23T22:21:56Z
Indexed on
2010/03/23
22:53 UTC
Read the original article
Hit count: 495
iphone
|iphone-sdk
I wanted to add a view to the bottom of my screen. The controller is a UITableViewController, how do I shrink the tableView and add a extra view at the bottom of the tableview?
I've tried setting the frame of self.tableView in different places (viewDidLoad, viewWillAppear etc) but nothing happens. The tableView is created by IB and not programtically.
I've tried added a footer to my table view but that's not what I want, because the footer actually scrolls up, I want a static non moving View at the bottom of the screen.
© Stack Overflow or respective owner