escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.08k stars 637 forks source link

Fixed incorrect data binding bug #726

Open iNiKe opened 8 years ago

iNiKe commented 8 years ago

If user creates incorrect binding, ex.: element.bind = @«someValue» instead of @«numberValue:someValue» and then try to fetch values using [root fetchValueUsingBindingsIntoObject:dict] you’ll definitely get crash. This fix just skips such invalid binded elements.