Store UserDefaults.standard.set(true, forKey: "Key") //Bool UserDefaults.standard.set(1, forKey: "Key") //Integer U...
Read More
Showing posts with label retrieve from nsuserdefaults. Show all posts
Showing posts with label retrieve from nsuserdefaults. Show all posts
NSUserDefaults - storing and retrieving data (String)
NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults]; [defaults setObject:YOUR_VALUE forKey:@"KEY_NAME"]; [defaults...
Read More
Subscribe to:
Posts (Atom)