mirror of
https://github.com/zhigang1992/GVUserDefaults.git
synced 2026-04-29 12:35:09 +08:00
Tagline
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# GVUserDefaults - NSUserDefaults access via properties
|
# GVUserDefaults - NSUserDefaults access via properties
|
||||||
|
|
||||||
|
Tired of writing all that code to get and set defaults in NSUserDefaults? Want to have code completion and compiler checks by using properties instead?
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Create a category on `GVUserDefaults`, add some properties in the .h file and make them `@dynamic` in the .m file.
|
Create a category on `GVUserDefaults`, add some properties in the .h file and make them `@dynamic` in the .m file.
|
||||||
|
|||||||
Reference in New Issue
Block a user