
iPhone Tutorial - Archivers, unarchivers, and serialization
3 years ago
This is a detailed how-to that describes and demonstrates how to use NSKeyedArchivers and NSKeyedUnarchivers to load and save data. The tutorial uses the iPhone SDK for the example, but the same methods will work for regular projects built in Xcode for the Mac OS.
Source files for the tutorial can be downloaded from austinbull.com/tutorials/tutorial2.zip
Source files for the tutorial can be downloaded from austinbull.com/tutorials/tutorial2.zip
FLV
00:39:24
3 Related collections
| Date | Plays | Likes | Comments |
|---|---|---|---|
| Totals | 8,820 | 21 | 14 |
| Feb 15th | 0 | 0 | 0 |
| Feb 14th | 6 | 0 | 0 |
| Feb 13th | 9 | 0 | 0 |
| Feb 12th | 0 | 0 | 0 |
| Feb 11th | 0 | 0 | 0 |
| Feb 10th | 4 | 0 | 0 |
| Feb 9th | 4 | 0 | 0 |
Check out these lessons to learn more about how you can make videos like this one!
-
Vimeo: About / Blog / Developers / Jobs /
Community Guidelines /
Help Center / Video School / Music Store / Site Map
/ Vimeo
or
-
Legal: TM + ©2012 Vimeo, LLC. All rights reserved. / Terms of Service / Privacy Statement / Copyright

Prev week
I think in order to avoid forgetting to include class files (person.h in this case), synthesize, etc. It would be better if you first start creating the UI in Interface Builder and then code.
thanks
Thank you very much for the tutorials. It's very helpful.
The explanation are very well done.
Do you have a sample code or a tutorial using Tab Bar mixed with Navigation Controllers?
Thanks,
André
nice Tutorial. Helped me alot to understand how to save userdata. I just tried the leaks instruments provided by xcode and realized that there is a memory leak in the code. The memory leak comes from the init method in the delegate class. I just don't understand why.
Thanks,
Trung
Edit: Sorry, this just happens on the simulator, not on the device.
Thanks ^_^