BigZaphod / Chameleon

Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X.
http://chameleonproject.org/
BSD 3-Clause "New" or "Revised" License
3.45k stars 572 forks source link

NSCoder Serialization for CGRects #94

Closed clarkeaa closed 11 years ago

clarkeaa commented 11 years ago

I copied the methods for encodeCGPoint:forKey and decodCGPoint:forKey and made them work for CGRects. I tested it out and worked fine for keyed archives I made on ios 6.