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
if fromVC.modalPresentationStyle == .fullScreen {
containerView.insertSubview(toVC.view, belowSubview: fromVC.view)
}
add it in the DismissAnimator.swfit
The text was updated successfully, but these errors were encountered:
Girlsmile
changed the title
to use a none fullScreen modalPresentationStyle,i get black screen while i dismiss
to use a none fullScreen modalPresentationStyle,i get black screen while controller dismiss
Nov 26, 2019
i try to fix it:
if fromVC.modalPresentationStyle == .fullScreen {
containerView.insertSubview(toVC.view, belowSubview: fromVC.view)
}
add it in the DismissAnimator.swfit
The text was updated successfully, but these errors were encountered: