Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

adds UIControlEventValueChanged when textField changes #47

Closed Lijo050 closed 7 years ago

Lijo050 commented 7 years ago

Currently when "UITapGestureRecognizer" is called while the DownPicker is viewed, it will update the text field but the action wont be triggered. So "sendActionsForControlEvents:UIControlEventValueChanged" is added after the text field is updated.

older Prior to adding UIControlEventValueChanged " " correct_gif After adding UIControlEventValueChanged

Lijo050 commented 7 years ago

HI @Darkseal, It would be great if you create a new release version of the latest committed code. Thanks, Lijo