UITableViewController's TableView becomes NULL
- by Travis
I have UITableViewController (initiated by the Navigation-based app project template). I am overriding loadView and putting up an alternative view (w/ a UILabel and UIActivityIndicator) to display while the table's contents is loading.
When the loading is done, I remove the loading view and try to display the table view but I see that it's NULL. So in the simulator I see my loading view and then when the loading's done the view disappears but my tableview never comes.
I'm confused what the difference is between self.view and self.tableView in my UITableViewController and how I can exchagn