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
I can attest to this as well (regardless of the window.rootViewController).
It seems that the defaultPresentDismissAnimationController is overwriting the specific transitions that are set for the view controller that is presented modally.
So if the default defaultPresentDismissAnimationController is not set, i.e. nil, then it uses the default transition UIKit transition.
If window.root is jus UIViewController, dismiss transition doesn't really works when pushing modal view.
The text was updated successfully, but these errors were encountered: