AppStoreiOS11InteractiveTransition icon indicating copy to clipboard operation
AppStoreiOS11InteractiveTransition copied to clipboard

Something went wrong when I added a Tabbar

Open JUJUNJIE opened this issue 5 years ago • 1 comments

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

JUJUNJIE avatar Jul 09 '19 06:07 JUJUNJIE

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

cliff357 avatar Dec 13 '19 05:12 cliff357