dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

My app crash If I use enum in property #90

Open rahulvyas opened 6 years ago

rahulvyas commented 6 years ago

I have model with enum property and server returns the string at same property. When I try to parse it fails to convert the same string to enum property. Is there any possibility for this ?