Hi all. View controllers that are buried in the navigation stack (or otherwise have their views obscured) set their views to nil when they receive a memory warning. This makes sense temporarily, because the views aren't visible.
But when the overlapping views are dismissed, how is the nillified view supposed to reload itself? Currently, ours doesn't, and this leaves a blank white screen and a permanently disabled app (until the user force-quits). I've found that viewWillAppear is not called on the blanked view controller, as it is when no memory warning has occurred. So when exactly are these blanked views supposed to recover? This view is loaded from a XIB, by the way. Thanks for any insight! Gavin _______________________________________________ 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