NSUserDefaults and show a picture
Posted
by Momeks
on Stack Overflow
See other posts from Stack Overflow
or by Momeks
Published on 2010-03-30T14:12:58Z
Indexed on
2010/03/30
14:23 UTC
Read the original article
Hit count: 156
iphone-sdk
Hi , iam using setting.bundle and i try to show a hidden picture with Switch toggle , here is my code but i miss something :
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
[//Some code show the hidden pic]; myPic.hidden = NO;
my key is .e.g = wood_back
should i use ObjectForKey
?
© Stack Overflow or respective owner