Re: UITableView lazy instantiation question
Re: UITableView lazy instantiation question
- Subject: Re: UITableView lazy instantiation question
- From: Alex Zavatone <email@hidden>
- Date: Fri, 23 Mar 2012 11:54:15 -0400
On Mar 23, 2012, at 11:42 AM, Luke Hiesterman wrote:
> The table view is created in UITableViewController's implementation of loadView. If the table view controller was instantiated via -initWithNibName:bundled: it will load the table view from the nib. Otherwise it will load it with alloc/init. If you were overriding loadView and not calling super, you would not get a table view.
Bingo. You are awesome.
- Alex Zavatone
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden