hackiftekhar / IQActionSheetPickerView

ActionSheet with UIPickerView
MIT License
205 stars 76 forks source link

Cannot modify delegate. #5

Closed MarcoSpeziali closed 9 years ago

MarcoSpeziali commented 10 years ago

I saw you wrote "Do not modify it's delegate". Well Ok, but what if I'd like to do something the ValueChanged delegate/event? In this case I can't. In my opinion you should have written a IQDropDownTextFieldDelegate similar to the UITextFieldDelegate, so that everyone can listen to it's events.

May you implement it?

hackiftekhar commented 10 years ago

Yeah, that may be possible.