I have a view controller which has a tableview subview. I have made the tableview height smaller, leaving about 46 pixels for a button that needs to stay at the bottom and not scrolled with the table.
I have played around changing the height of the table view (in IB) and it doesn’t seem to change anything. Any help would be appreciated.
You need to have the UIButton at the same level as the UITableView – both are subviews of the main view. Do you have the UITableView as the view of the view controller?