CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Yuri Kotov.
ADVUserDefaults
is a NSUserDetaults
wrapper that simplifies and formalizes usage of the User Defaults System in your app. Please see DemoApp project for more details.
NSUserDefaults
ADVUserDefaults
to your projectADVUserDefaults
subclass and declare the properties you need to store in the defaults system as @dynamicIf you override +[NSObject initialize]
method in your subclass (for example, to provide an initial dataset for registration domain), please be sure that you call [super initialize]
because ADVUserDefaults
must perform its initial setup in context of your subclass.
iOS 4.3 or Mac OS X 10.7 (iOS 2.0 or Mac OS X 10.5 in version tagged as 'legacy')
ADVUserDefaults
is available under the MIT license. See the LICENSE file for more info.