dchohfi / KeyValueObjectMapping

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

NSURL property and url with spaces #43

Closed qizh closed 10 years ago

qizh commented 10 years ago

When model class has an NSURL property and there is an input string associated, which is url and which has a space in it, then it is not converted to a NSURL object, but been left as NSString and been assigned to an NSURL property.