Re: How to have a shared integer variable in application
Re: How to have a shared integer variable in application
- Subject: Re: How to have a shared integer variable in application
- From: Scott Stevenson <email@hidden>
- Date: Thu, 4 Oct 2007 17:08:39 -0700
On Oct 4, 2007, at 4:47 PM, Christian Schmitz wrote:
Some global Cocoa shared object list which I can use?
Add it to your app delegate class and use:
[[NSApp delegate] setMyInteger: value]
- Scott
_______________________________________________
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