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
The implementation of this method gets stuck in the following case - we have a modal UINavigationController with a stack of UIViewControllers. Currently it will close the modal controller, no matter where you called this method. The problem is in this sequence:
The implementation of this method gets stuck in the following case - we have a modal
UINavigationController
with a stack ofUIViewControllers
. Currently it will close the modal controller, no matter where you called this method. The problem is in this sequence:The text was updated successfully, but these errors were encountered: