Skip to content

Instantly share code, notes, and snippets.

@Qiki
Created September 8, 2014 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qiki/33f7f306da89e32f32d5 to your computer and use it in GitHub Desktop.
Save Qiki/33f7f306da89e32f32d5 to your computer and use it in GitHub Desktop.
NSUserDefaults
NSUserDefaults - need to call the synchronize every time you saved the data
it isn’t gauranteed it’ll be saved immediately. sometimes it’ll wait XX seconds to do a synchronize on its own but by then the app could crash or the user could close the app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment