AppStoreiOS11InteractiveTransition
AppStoreiOS11InteractiveTransition copied to clipboard
Something went wrong when I added a Tabbar
PresentCardAnimator.swift line 78: ctx.viewController(forKey: .from)! as! HomeViewController, ----------Thread 1: signal SIGABRT line 79: ctx.viewController(forKey: .to)! as! CardDetailViewController @aunnnn And it went well when I tried the AppStoreiOS11InteractiveTransition_old
once you embed tabBar controller, ctx will come from tabBar controller instead of homeViewController.
So please try this replace HomeViewController to UITabBarController in DismissCardAnimator & PresentCardAnimator