I'm writing my first iphone app and through several examples I've got a UITableView which is displaying some records from an sqlite db. I placed the element through IB and then had to set it's height inside of my view controller, in the viewDidLoad method:
self.tableView.frame = CGRectMake(0,150,320,300);
While the positioning appears to be working properly, a text field, button and label I originally had on the page are now being covered by a white area. Am I not positioning this table properly?
They're all within the same view - do I need to use multiple views?
Here is what the running app looks like: http://tinypic.com/r/2n7qj35/5
Here is what the IB view looks like: (before the table was ever added, the text/button stuff showed up just fine): http://tinypic.com/r/1491kw4/5