serp1412 / LazyTransitions

Lazy pop and dismiss like in the Facebook, Instagram or Twitter apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Girlsmile opened this issue · comments

i try to fix it:

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

add it in the DismissAnimator.swfit