Hi, I'm using navigation large text and while transition to next VC navigation glitch and jerking.
Can you look at this?
When navigation bar transulant = false Hero animation issues with large title.
@lkzhao is there any fix to prevent us from using a non-translucent navigation bar and having any related issues ?
Can this be reopened? Seems like it's still a problem. I haven't set a translucent navigation bar and it's still glitching right at the start of the transition
I have the same problem here, could you please reopen this issue?
Hi, I have a similar problem and I think it could be related, I'm doing a transition from a UIViewController with a navigation bar hidden to other that also has navigation bar hidden, this works like a charm, but when I moved from the first ViewController (from the initial view controller that has hidden the navigation bar) to other that needs to show the navigation bar (this doesn't perform any custom transition just a simple push) for some reason the large text title disappear, but when I disabled hero before move to this view controller the large titles appears again.
I had similar issues when using large titles with non-translucent navigation bar. I was able to fix it just by adding the following line:
Hero.shared.containerColor = .clear
i'm seeing this issue as well, would also like to request a reopen
Most helpful comment
I had similar issues when using large titles with non-translucent navigation bar. I was able to fix it just by adding the following line:
Hero.shared.containerColor = .clear