LazyTransitions
LazyTransitions copied to clipboard
to use a none fullScreen modalPresentationStyle,i get black screen while controller dismiss
i try to fix it:
if fromVC.modalPresentationStyle == .fullScreen { containerView.insertSubview(toVC.view, belowSubview: fromVC.view) }
add it in the DismissAnimator.swfit