You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first view controller is locked to landscape mode only (by overriding supportedInterfaceOrientations, while the destination view controller can be either portrait or landscape. When I navigate to the second view and switch to portrait and then try to swipe to dismiss, the animation glitches out heavily.
Are there any possible workarounds for this?
The text was updated successfully, but these errors were encountered:
My first view controller is locked to landscape mode only (by overriding
supportedInterfaceOrientations
, while the destination view controller can be either portrait or landscape. When I navigate to the second view and switch to portrait and then try to swipe to dismiss, the animation glitches out heavily.Are there any possible workarounds for this?
The text was updated successfully, but these errors were encountered: