magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

userinfo `valueForKey:` to `objectForKey:` #1110

Closed Coeur closed 9 years ago

Coeur commented 9 years ago

userinfo is a dictionary: objectForKey: is faster and will prevent undesired behavior of valueForKey:

By undesired behavior, I mean when key is @"@class" or @"@copy" for instance.