LazyTransitions icon indicating copy to clipboard operation
LazyTransitions copied to clipboard

to use a none fullScreen modalPresentationStyle,i get black screen while controller dismiss

Open Girlsmile opened this issue 5 years ago • 0 comments

i try to fix it:

if fromVC.modalPresentationStyle == .fullScreen { containerView.insertSubview(toVC.view, belowSubview: fromVC.view) }

add it in the DismissAnimator.swfit

Girlsmile avatar Nov 25 '19 02:11 Girlsmile