On Sep 11, 2013, at 6:52 AM, Dave <d...@looktowindward.com> wrote:

> I mean when the object is created - at this point I want the latest version 
> of the Notification, not the Notification when the Object Died.


NSNotification and the various Center classes are meant to be used for loosely 
coupling between classes. If you want to preserve state for your class, you 
need to do that yourself, and while you could encapsulate that in an 
NSNotification, it's overkill and causes you to think along lines for which the 
class was not designed.
--
Gary L. Wade (Sent from my iPhone)
http://www.garywade.com/


_______________________________________________

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

Reply via email to