hackiftekhar / IQActionSheetPickerView

ActionSheet with UIPickerView
MIT License
205 stars 76 forks source link

Getting selected value out of the picker to actually use #3

Closed fresh83 closed 10 years ago

fresh83 commented 10 years ago

I dont seem to see any kind of delegate that allows us to use the selected value : ( this is bad news considering this is by far the best quick action picker lib ive found besides that small detail

hackiftekhar commented 10 years ago

The delegate method is defined.

It returns the selected titles with respect to titlesForComponenets property.

Please explain in detail if I do not understand this issue?

Thanks Iftekhar