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
I open the same vc two times:
first time I go back using Back button
second time I go back using standard left edge swipe gesture
In first example navBar title don't changed to white color (it keeps black color like on the second vc)
In second example navBar title changed title color to white successfuly.
In both cases runs same code in viewWillAppear and viewWillDissappear methods in same order, but with different result
I open the same vc two times:
first time I go back using Back button
second time I go back using standard left edge swipe gesture
In first example navBar title don't changed to white color (it keeps black color like on the second vc)
In second example navBar title changed title color to white successfuly.
In both cases runs same code in viewWillAppear and viewWillDissappear methods in same order, but with different result
First vc:
Second vc:
The text was updated successfully, but these errors were encountered: