clayallsopp / motion-toolbox.com

The Motion-Toolbox website
http://motion-toolbox.com
79 stars 0 forks source link

added Turnkey gem #38

Closed seldomatt closed 10 years ago

seldomatt commented 10 years ago

Added link to Turnkey gem

clayallsopp commented 10 years ago

Cool, thanks!

looks like it just serializes ivars right?

seldomatt commented 10 years ago

Thanks for the quick merge! It handles extending the NSCoder protocols to your object's class on the fly, serializing ivars, and saving to standardUserDefaults, and the reverse for reading from defaults. For persisting things like current user data in a smarter object than a hash. v3 should include ways to save to files other than userDefaults ; )