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.
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?
See more information with screenshots, and link to code here:
UITableView covering up other elements? - Stack Overflow