Changing the table frame in a UITableViewController
Hi,
I have a UITableViewController that I am trying to make the table start further down the screen rather than being directly beneath the Navigation bar. I am doing this all from code instead of using IB. Basically I want to add a UITextField below the UINavigation bar but above the UITable. But no matter what I change, the table still starts directly below the nav bar. I have tried changing the tableView frame and bounds in both the loadView() and viewWillAppear() methods with no change. Any ideas?
Thanks
|