krzysztofzablocki / PropertyMapper

Property mapping for Objective-C iOS apps.
http://merowing.info
MIT License
1.13k stars 81 forks source link

Fixed mapping to non-collection object when using KZProperty with NS_BLOCK_ASSERTIONS defined #59

Closed idcuesta closed 8 years ago

idcuesta commented 8 years ago

Description

When mapping a collection into a non-collection type using KZProperty with NS_BLOCK_ASSERTIONS defined, BOOL result of the operation was returning YES when it should be returning NO.

krzysztofzablocki commented 8 years ago

thanks for contributing