Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationItem title broken during transition #101

Closed
jakubheglas opened this issue Sep 22, 2017 · 0 comments
Closed

NavigationItem title broken during transition #101

jakubheglas opened this issue Sep 22, 2017 · 0 comments
Labels

Comments

@jakubheglas
Copy link

jakubheglas commented Sep 22, 2017

During transition between controllers, title of disappearing VC jumps to top left corner of the navigation bar. Just like if the title view suddenly got frame.origin zero.

  • In iOS10, this was mostly caused by other animations involved in navigation bar during transition (for example, when spinner was left out spinning). This could have been fixed by initiating push/pop with a slight delay after stopping all the animation.
  • Since iOS11, this issue happens all the time. It doesn't matter if title is assigned programatically or via IB.

See screenshots of the issue attached below.

@kevin-lyn kevin-lyn added the bug label Sep 24, 2017
ondrejhanak pushed a commit to ondrejhanak/STPopup that referenced this issue Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants