SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.24k stars 741 forks source link

‘shouldAutorotate ’ is not work on iOS16 #501

Open zzzzzyijie opened 1 year ago

zzzzzyijie commented 1 year ago

it still can rotate on iOS16 when i set false ( shouldAutorotate )

ullstrm commented 1 year ago

We are experiencing the same thing. SwiftMessages does not seem to respect this property in iOS16.

ullstrm commented 1 year ago

A solution for this can be found in a PR I made. https://github.com/SwiftKickMobile/SwiftMessages/pull/506

It will not be merged to the SwiftMessages-repo due to reasons that can be seen in the original PR.