squimer / DatePickerDialog-iOS-Swift

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

Dialog disappears randomly #10

Closed MaxLeggieri closed 8 years ago

MaxLeggieri commented 9 years ago

When i open the dialog it disappear after a while, randomly, on my iPhone 5s iOS 9.0.2

cuimingda commented 8 years ago

me too, i guess dialog disappeared when rolate device

serralvo commented 8 years ago

Yes, the component is listening to UIDeviceOrientationDidChangeNotification, and in the selector deviceOrientationDidChange the method close() is called.

lfarah commented 8 years ago

Closing this because issue 27 is more complete