Re: how to save state of a button...
Re: how to save state of a button...
- Subject: Re: how to save state of a button...
- From: Daniel Todd Currie <email@hidden>
- Date: Thu, 13 May 2004 14:05:59 -0700
I recommend using NSUserDefaults from the Cocoa framework:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSUserDefaults.html
Or you can use CFPreferences if you aren't familiar with Obj-C.
-- Daniel Currie
On 2004 May 13, at 12:36, Andre Vink wrote:
hello list,
I've made an app with some buttons..
How can I save the state of the buttons for the next time the app is
started?
property doesn't work here? why?
Andre
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.