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
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.
The text was updated successfully, but these errors were encountered:
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.
See screenshots of the issue attached below.
The text was updated successfully, but these errors were encountered: