On Feb 28, 2012, at 10:36 PM, G S wrote: > So I did override loadView, simply to write to a log and then call [super > loadView]. In the log, I verified that the controller's loadView method IS > being called after the overlapping view is dismissed. I also verified that > the object's nibName property contains the name of the XIB it's initialized > with. So it should be reloading from this XIB. Instead, however, I'm > getting the "plain" (blank) view.
If your view controller is backed by a XIB, then yes you should just get that XIB reloaded and displayed. Do you do anything special inside of -viewDidLoad? -- David Duncan _______________________________________________ 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