UITableViewController's TableView becomes NULL
Posted
by Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-03-26T04:06:16Z
Indexed on
2010/03/26
4:13 UTC
Read the original article
Hit count: 351
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
© Stack Overflow or respective owner