Richard Adem
Richard Adem
I'm trying using to counter to check if the route should be updated. Checking lastViewControllersCount against the current view controllers count minus 1 to see if we are popping and...
@hlineholm-flir you are right, when you cancel an edge swipe it still pops off the router.
Updated our `NavigationController` subclass to handle edge swiping with a custom back button and capturing edge swipes via the `UIViewControllerTransitionCoordinator` ``` class NavigationController: UINavigationController { override func viewDidLoad() { super.viewDidLoad()...