-
Hi there,
I want to use native swipe back gesture and tried an example project looks like not working. How to get back the swipe back gesture?
-
Hey how is it to make route from a parent coordinator to child coordinator’s route?
Can not seem to find in doc
-Thanks!
-
In example when press button in Login View appears this error in BaseCoordinator:
``` swift
public var rootViewController: RootViewController {
// swiftlint:disable:next force_unwrapping
…
-
A change in c26da8c44a38d4c41192af381afc009c57579024 causes the example app to go into an infinite loop when displaying the TabCoordinator.
Animation+Navigation.swift in
```
public func navigatio…