Darkseal / DownPicker

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

Add ability for user to not display "Cancel" button #28

Closed rbaumbach closed 8 years ago

rbaumbach commented 8 years ago

I've updated to 0.1.33 and noticed that there is now a "Cancel" button on the DownPicker. However, I don't need a "Cancel" button and added a property "shouldDisplayCancelButton" that defaults to "YES" (so that nothing changes for the normal user), but can be set to "NO" if a user doesn't want it to be shown.

Darkseal commented 8 years ago

Done! Thanks for you kind work. I'll also update the Pod this evening.

rbaumbach commented 8 years ago

Any update on that updated pod? =)

Darkseal commented 8 years ago

Done! Sorry for the delay, had some issues :)

rbaumbach commented 8 years ago

Thank you very much!