Open hurtado-truelogic opened 3 years ago
Seems that when dismiss is performing, it will assign you dismissing viewController in Hero.shared. fromViewController (in HeroTransition.swift). I use unwind more than dismiss, so modify source code and clean Hero.shared. fromViewController after everything done is ok for me.
Hope it will help you
What did you do?
isHeroEnabled = true
)present()
method, `animated = trueHero.shared.defaultAnimation = .fade
andhero_dismissViewController()
What did you expect to happen?
deinit{}
methodWhat happened instead?
General Information
Hero Version: 1.5.0
iOS Version(s): 14.2
Swift Version: 5
Devices/Simulators: Simulator (iPhone 8)
Reproducible in Examples? (Yes/No): No