Thanks all for the insight so far. I'm calling methods into the view - but I think I need to redo how it works. I am interested in NSNotification as I haven't used that yet.
On Tue, Dec 22, 2009 at 6:37 PM, Matt Neuburg <[email protected]> wrote: > > On Dec 22, 2009, at 2:15 PM, Henry McGilton (Boulevardier) wrote: > > This sounds like a good time for the view to post an NSNotification. The >>> subview can then respond to it. m. >>> >> >> Sounds like overkill --- swatting mosquitoes with sledgehammers. >> > > An NSNotification is not a sledgehammer. And letting interested listeners > know that a certain key moment in the lifetime of the application has been > reached, is not a mosquito. Indeed, this is why something like > UIApplicationDidFinishLaunchingNotification *is* a notification. Sometimes > the delegate or subclass instance is not the only interested party; the > moment where didRotateFromInterfaceOrientation: arrives might be such a > case. > > m. > > _______________________________________________ > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/edolecki%40gmail.com > > This email sent to [email protected] > -- http://ericd.net Interactive design and development _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
