What is the likely reason why objects aren't being loaded from a XIB?
What is the likely reason why objects aren't being loaded from a XIB?
- Subject: What is the likely reason why objects aren't being loaded from a XIB?
- From: G S <email@hidden>
- Date: Fri, 23 Sep 2011 17:52:52 -0700
Hi all.
I have a pretty simple iPhone XIB with of course the main view, then a
toolbar, a UITableView, and a custom grid view.
The controller (owner of this file) handles an initWithNibName and
calls up through one superclass to UIViewController's initWithNibName.
I've verified that this is being called.
Problem is, after this, all the member controls are still nil. In IB,
the XIB shows that the connections are made. The classes are right.
I even re-did all the connections in case of a XIB corruption.
What might I be overlooking?
Thanks!
Gavin
_______________________________________________
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