objective c - Save Data (Keep text in textfields on next launch) -
i have bunch of text fields user types in data. there 6 text fields each day (excl. sat, sun) , need data (string text) in textfields saved on next launch.
how go doing this, thanks!
you have lot of choices
nsuserdefaults
- how save data nsuserdefaults using data nsmutablearray- write data plist , reload - iphone read/write .plist file
- coredata - http://www.raywenderlich.com/934/core-data-tutorial-for-ios-getting-started
really depends hoping achieve data storing
Comments
Post a Comment