Closed psuarezglb closed 5 years ago
This is my case too... Any chance to fix it or shall we get rid of this dependency?
set modalPresentationStyle
to .custom
and it fixes.
let vc = YourVC()
vc.modalPresentationStyle = .custom
Please use
pod 'TKSubmitTransition', :git => 'https://github.com/entotsu/TKSubmitTransition.git'
for xCode11 and iOS 13 with standard steps. It is working fine.
I am closing this.
This worked for me:
let vc = YourVC()
vc.modalPresentationStyle = .fullScreen
Thanks @v-ken. Going to post a generic solution that works for all modalPresentationStyle later tonight.
on the TKFadeInAnimator func animateTransition line 30 let fromView = transitionContext.view(forKey: UITransitionContextViewKey.from)!
I'm getting a nil on the UITransitionContextViewKey.from
running on Xcode 11 / iOS 13