Darkseal / DownPicker

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

Added ability for the downpicker to send events when editing the textfield #29

Closed gplocke closed 8 years ago

gplocke commented 8 years ago

Whenever the downpicker is activated or dismissed, it now sends UIControlEventEditingDidBeing or UIControlEventEditingDidEnd events so that the owning class can do things if it needs to.

Darkseal commented 8 years ago

Nice addition, mate! Adding on master branch right now, will also update the pod asap. Thanks,