hackiftekhar / IQDropDownTextField

TextField with DropDown support using UIPickerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libc++abi.dylib: terminating with uncaught exception of type NSException

yeziahehe opened this issue · comments

I can see something in Xcode

2017-08-06 11 00 02

swift iOS 10, when I use categoryTextField.itemList = ["Android", "iOS"] will crash.
But i remove this code, it will be ok like this.
simulator screen shot 2017 8 6 10 58 23

i remove it and recreate, it will be ok.
Thank you for open resource!