DatePickerDialog-iOS-Swift
DatePickerDialog-iOS-Swift copied to clipboard
Click outside window to Cancel option
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, ...)
https://github.com/squimer/DatePickerDialog-iOS-Swift/pull/103 added cancelable in this PL :)