DatePickerDialog-iOS-Swift
DatePickerDialog-iOS-Swift copied to clipboard
How to dismiss DatePickerDialog programmatically?
Let us say, user presses Home Button and i want to dismiss the date picker. How do i do it? I don't see any API?
This is not support by the default UIAlertView. So I guess you can not intercept the invocation of the Home button in order to dismiss the date picker.