hackiftekhar / IQActionSheetPickerView

ActionSheet with UIPickerView
MIT License
205 stars 76 forks source link

How to assign array to "titlesForComponents" in swift3. #23

Closed sakshiGoel26 closed 7 years ago

sakshiGoel26 commented 7 years ago

While allocating an array of string "titlesForComponents" property in xcode8 swift3 , I am getting error -> "Cannot assign value of type NSArray to [Any]1 ".

Reply Asap

hackiftekhar commented 7 years ago

I think this should work fine after latest changes of array type and nullability properties.