On Mar 17, 2012, at 1:40 PM, G S wrote: > > By the way: I keep track of the view loaded/unloaded state with a flag in the > view controller (which I toggle in viewDidLoad & viewDidUnload). Is this a > typical strategy? This ensures that the controller's routines don't try to > interact with the controls when they're unloaded.
just use isViewLoaded, it's a property of the UIViewController, don't need to track it yourself. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
