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
At the moment, the way that the inner view controller is being presented is hacky at best, and results in janky presentation/dismissal behavior. A better solution would be to use UIPresentationController, enabling support for less janky animations as well as popover presentation.
The text was updated successfully, but these errors were encountered:
At the moment, the way that the inner view controller is being presented is hacky at best, and results in janky presentation/dismissal behavior. A better solution would be to use
UIPresentationController
, enabling support for less janky animations as well as popover presentation.The text was updated successfully, but these errors were encountered: