Showing posts with label nsuserdefaults. Show all posts
Showing posts with label nsuserdefaults. Show all posts

Monday, April 16, 2012

Save string to the NSUserDefaults?


How to save a string into the NSUserDefaults?

How to use a boolean in NSUserDefaults


When the root view controller of my application is loaded, I want to be able to check whether or not the users login credentials have been saved to NSUserDefaults.

Friday, February 24, 2012

how to pass NSUserDefaults integer to a UInt32 object


I am wondering if it is possible to pass an integer value I am creating in my NSUserDefaults into a UInt32 object?