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

  1. nsuserdefaults - how save data nsuserdefaults using data nsmutablearray
  2. write data plist , reload - iphone read/write .plist file
  3. coredata - http://www.raywenderlich.com/934/core-data-tutorial-for-ios-getting-started

really depends hoping achieve data storing


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -