Darkseal / DownPicker

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

Add Clear button #8

Closed chlebta closed 9 years ago

chlebta commented 9 years ago

Hello, How to add clear button to diselect the row ?

Darkseal commented 9 years ago

Hello, currently the "clear" functionality isn't supported. I'll look into it and see what I can do.

Darkseal commented 9 years ago

I added a basic "clearing" functionality, you can clear the user selection by setting the text property to nil. That way you can add a button anywhere to do it programmatically and reset/clear the DownPicker.