please upload a tutorial in which we create a plist,saves data in it entered in many textfields and then display button will display all teh data saved in the plist,...plz plz make asap..or else am teacher wont move ahead......:(:P
Awsome Video Tutorial, it's better than Apples own tutorials because you explain what the lines do after you write the code. Great Job... Apple needs to hire you!!!
Would this be that best way to save a large amount of objects?
apple17cm 3 months ago
Awesome tutorial, thanks. How do I do it for the text color of a label? I tried objects, integers, etc.. What am I doing wrong?
kmdamron 3 months ago
Thanks!
Xraller 3 months ago
Thank you. This is the best tut for saving data. You rock!
dinkypoodle 4 months ago
Bad link...
gone414 4 months ago
Thanks Dewan
bioduds 5 months ago
please upload a tutorial in which we create a plist,saves data in it entered in many textfields and then display button will display all teh data saved in the plist,...plz plz make asap..or else am teacher wont move ahead......:(:P
MrWanted001 5 months ago
Thanks a lot man! I've tried 3 other tutorials an saving and loading data today and this is the first one that actually worked.
Geo11b 5 months ago
Great work, thanks!! : )
Wish you could tell me how to connect this to an on/off switch, but I'll have to keep on reading..
Thanks!
phreakii 6 months ago in playlist iphone new
You added field to nil
What is the point of that"?
sonnyhe2002 6 months ago
you only synthesize properties...
mexicanmansam 7 months ago
great video! really helped. spent like 5 min looking for my password so i could log in an like it :)
dsykesy 8 months ago
Super tutoruial! Thanks :)
hiddepolen 10 months ago
uhh...o-o
saowiwiwi77 10 months ago
Awsome Video Tutorial, it's better than Apples own tutorials because you explain what the lines do after you write the code. Great Job... Apple needs to hire you!!!
175726 1 year ago
This might sound noobish but, how do I load the text if its an int? I want to load a highscore
callebo 1 year ago
thanx man :) you helped me !!!!!!!
3zOz777 1 year ago
why don't you do cocos2d tutorials?
Joethemonkey101 1 year ago
epic just what I needed
Antimated666 1 year ago
Thanks bro. I was trying to do exactly what you showed.
UIViewController 1 year ago
Thanks dude! Is it possible to load the selected segment index with a UISegmentControl?
MacApple10256 1 year ago
How can u import it on a different view? please help!
Ipoditouchreview3r 1 year ago
@Ipoditouchreview3r NVM i got it! thanks any way!
Ipoditouchreview3r 1 year ago
What if i don't want it to load at launch. But have a load button with multiple saved items. How would you do this?
FastMacQuickTips 1 year ago
this is exactly what i need thank you so much
works with textView too
jfalkson 1 year ago
Great tutorials! I tried this one, but when I run Build and Go, I just get a blank screen. Any idea?
thecodepocket 1 year ago
What do you make field.text if you wanna save an image?
MGuniverse 2 years ago
You would do this. I just free handed it so yea. Make sure to check errors if there are any.
//create NSData
NSData *ImageData = UIImageJPEGRepresentation(image, 0.9);
[[NSUserDefaults standardUserDefaults] setObject:imageData forKey:@"image"];
//retreive and put in image
NSData *imgData = (NSData*)[[NSUserDefaults standardUserDefaults] objectForKey:@"image"];
UIImage *img = [UIImage imageWithData: imgData];
AppStoreMod 2 years ago
@AppStoreMod Where do I put that code? And how do I attach the image in the IB?
MGuniverse 2 years ago
Same way as I did in the tut.
XcodeMod 2 years ago
What is that background?
MGuniverse 2 years ago
First Comment!!
LilCubedude 2 years ago