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 have a 3 UIView controller and they are called in sequence in navigation stack.
VC1->VC2->VC3
VC2 has UIBarButtonItem and it shows number of cart items in viewWillAppear() and it doesn't show when pushed from VC1, but shows when popping from VC3.
I have a 3 UIView controller and they are called in sequence in navigation stack.
VC1->VC2->VC3
VC2 has UIBarButtonItem and it shows number of cart items in viewWillAppear() and it doesn't show when pushed from VC1, but shows when popping from VC3.
Here is code
I am using Xcode 8.3.2 and testing on iOS 10.3.1 iPhone 6 plus.
The text was updated successfully, but these errors were encountered: