squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
579 stars 177 forks source link

Click outside window to Cancel option #99

Open seljabali opened 4 years ago

seljabali commented 4 years ago

Hello!

Nice project. It'd be cool to allow the option of lettings users cancel out of the date picker by clicking outside of the widget. Configurable along the lines of

DatePickerDialog().show("Date pick", cancelable: true, ...)
alexookah commented 4 years ago

https://github.com/squimer/DatePickerDialog-iOS-Swift/pull/103 added cancelable in this PL :)