nicklockwood / AutoCoding

AutoCoding is a category on NSObject that provides automatic support for NSCoding and NSCopying to every object.
Other
1.07k stars 131 forks source link

Add suport for @dynamic synthesizers #11

Closed nebiros closed 10 years ago

nebiros commented 10 years ago

Parse.com SDK use @dynamic when subclass their objects like NSManagedObject, would be nice if AutoCoding can support this kind of synthesizer in order to cache those objects with something like TMCache, or any other cache system that works with NSCoding.

nicklockwood commented 10 years ago

Agreed, I'll see if I can make an exception to the "ivar required" rule for dynamic properties.

nicklockwood commented 10 years ago

Fixed in 2.2