Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.94k stars 520 forks source link

iOS 13 – Dismissal animation issue #347

Closed SirWellington closed 4 years ago

SirWellington commented 4 years ago

Report

popup-dialog-ios-13-bug 2020-02-01 11_46_38

On iOS 13, dismissing a PopupDialog results in an abrupt disappearance, instead of a smooth dismissal animation.

Environment

Please provide information on your development environment, so we can build with the same scenario.

Dependency management

If you are not using any dependency managers, you can remove this section.

What happened?

See the GIF above for behavior on iOS 12 vs iOS 13

Project that demonstrates the issue

You can just use the sample project.

SirWellington commented 4 years ago

Turns out this has something to do with hiding the status bar. When I set the dialog included in the sample to:

hideStatusBar: false

then it started working again. Strange that this only appears to be affect iPhone X-type models. iPhone 6/7/8 models are unaffected.

SirWellington commented 4 years ago

Any plans to fix this?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.