I have run into a problem when using NSUserdefaults. That is, I did change
the value of NSUserDefaults ,but the next time I run my application, the
preferences is the old one. Followed is my code, could any one help me find
my problem? Thanks very much.
@interface MyObject : NSObject
{
IBOutlet id myOutlet1;
IBOutlet id myOutlet2;
IBOutlet id myOutlet3;
IBOutlet id myOutlet4;
NSUserDefaults * prefs;
--
Yours sincerely
Mini Bus.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden