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()...
> + "-I", "/usr/local/playdate/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" Is that just missing a trailing `,`? I tried this too and I'm also getting: ``` fatal error: 'stdlib.h' file not found ```
> [@cove](https://github.com/cove) [@richy486](https://github.com/richy486) Did you find a resolution to the `'stdlib.h' file not found` issue? Any advice would be appreciated. I'm sorry I don't remember what I did to get...