On 23 Mar 2012, at 10:02 AM, Alex Zavatone wrote: > I'm expecting that I should look for a UITableView alloc somewhere, but well, > that's obviously not the case. Though the TVC is being created in the > AppDelegate, I'm expecting to see a visible declaration of the UITableView, > and am not clear how that's happening through lazy instantiation (in > Hegarty's example) or in some of the sample files that Apple provides that > don't use xibs or storyboards.
If you're using UITableViewController, it creates its own UITableView, filling the view-controller's space (i.e., net of navigation and tab views), and connects its data-source and delegate outlets. — F _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com