When i enable hero on navigation controller, with tab controller and when i hide bottom bar on push then later coming back to the view controller tab bar is not responding.
Same issue here
anyone a workaround or solution?
no :(
I tried to debug this and found that UIKit added some extra animations to the tabbar's layer.
Think this might be a iOS bug since iOS 11.
Anyway, pushed a workaround in the latest master. let me know if it fixes the issue.
pod "Hero", :git => 'https://github.com/lkzhao/Hero.git', :commit => "a5bec96"
Works for me!
I have this Issue again - using version 1.4.0.
I only have this issue when i open a UINavigationController onto of a ViewController .present
Found a workaround:
I need to set
navController.modalPresentationStyle = .overFullScreen