0

I have a UINavigation controller which on the second viewController has a Google Map view. In iOS 18 you would navigate normally around the map, and swipe your finger from the left side of the screen to move the map, this worked correctly. If you wanted to use the swipe to pop gestured you had to swipe from the edge of the screen:

enter image description here

However, in iOS 26 swiping from left to right from anywhere but the far right side of the screen will cause the UI to try to pop the viewController. You can see how far over the gesture swipe point is in iOS 26, which cause a huge issue as I cannot pan the map.

enter image description here

This does not happen when I add Apple Maps or other map frameworks to the VC.

Is there a way to disable the "swipe from middle" in iOS 26?

1 Answer 1

0

It looks like the new gesture added in iOS 26 is UINavigationController interactiveContentPopGestureRecognizer and I just needed to disable that.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.