UINavigationController setViewControllers add back button in IOS10

Noticed a strange thing: when replacing the stack of view controllers in a UINavigationController with setViewControllers: animated: the back button is shown during animation and disappears when the animation finishes. Found only in iOS10 (both device and simulator), iOS8 and 9 work correctly (no back button). Has anyone encountered this problem?

+3


source to share





All Articles