As a follow-up to my question about objects not being loaded from a XIB: The view controller class I was using was not designed to be stored in a XIB; it had no initWithNibName method and did have a loadView method. The Apple doc makes it clear that these can't coexist in the same class.
So is it not practical to have a view controller that can be instantiated either way? If it is practical, how would one do it? Explicitly load from a previously specified XIB in loadView? Thanks for any insight. _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com