You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: