NSUSERDefaults class HAVE PROBLEM OR NOT?

Posted by user174761 on Stack Overflow See other posts from Stack Overflow or by user174761
Published on 2010-06-07T08:05:52Z Indexed on 2010/06/07 8:12 UTC
Read the original article Hit count: 111

Filed under:

NSString string = @"Hardwork"; NSUserDefaults defs111 = [NSUserDefaults standardUserDefaults]; [defs111 setObject:string forKey:@"first_name_textfield"];

Hi, In my code I'm enable to set this value string for key first_name_textfield. Why is it,so?

© Stack Overflow or respective owner

Related posts about iphone