Mention NSObject only in README

This commit is contained in:
Kevin Renskers
2012-12-19 11:11:11 +00:00
parent 37ee8041ab
commit bb03aed71f

View File

@@ -23,6 +23,9 @@ You can even save defaults by setting the property:
[GVUserDefaults standardUserDefaults].userName = @"myusername";
### Objects only
At this moment only objects can be stored, so no integers or booleans. Just wrap them in an NSNumber.
### Key prefix
The keys in NSUserDefaults are the same name as your properties. If you'd like to prefix them, add a `prefix` method to your category: