"Get application options"

Mon 11 May 2009

BOOL isSomething = [[NSUserDefaults standardUserDefaults] boolForKey:@"enabled_something"];

NSInteger someIntValue = [[NSUserDefaults standardUserDefaults] integerForKey:@"some_integer"];