Re: Modifying outside properties from NSOperation subclass
Re: Modifying outside properties from NSOperation subclass
- Subject: Re: Modifying outside properties from NSOperation subclass
- From: PCWiz <email@hidden>
- Date: Mon, 14 Dec 2009 17:54:58 -0700
Its being loaded into an NSOperationQueue, and I'm using methods like setObject:forKey: on the dictionary, not replacing the whole thing.
Thanks
On 2009-12-14, at 5:51 PM, Nick Zitzmann wrote:
>
> On Dec 14, 2009, at 5:19 PM, PCWiz wrote:
>
>> I need to modify an NSMutableDictionary in my delegate class from within an NSOperation subclass. What's the best way to do this? I could just use the property setter method, but is this even acceptable?
>
> More details, please. Is your operation enqueued or invoked directly? And are you seeking to replace the entire dictionary or just its contents?
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden