-
Hi I got this when run XCoordinator-Example:
![image](https://user-images.githubusercontent.com/6602239/57009838-a0e0ee80-6c2b-11e9-959a-f3ddc1549cd2.png)
any idea please?
-
I think the current TransitionPerformer should check and switch to main thread if needed... It handles UI transitions and it should always be called on main thread.
When we use the route in some Vi…
-
that code works fine:
```
let coordinator = AboutCoordinator(superCoordinator: self)
return .push(coordinator
```
but if you take anyCoordinator, from RedirectionalCoordinator,
```
let co…
-
Hello,
In the main screen:
https://github.com/quickbirdstudios/XCoordinator
I see:
```
case .registerUsersPeek(let source):
return registerPeek(for: source, route: .users)
```
and…
-
Hello,
I don't know how to solve this problem.
I have 3 coordinators:
AppCoordinator
LoginCoordinator
DashboardCoordinator
The AppCoordinator is run by the app delegate
When running the…
-
Hello,
There is something I don't know exactly how to do.
My view models have a list of dependencies in the initialiser, same for the enums in the route.
So, I have something like:
```
enum…
-
Hello,
What is notificationReceived? Nobody is using it.
https://github.com/quickbirdstudios/XCoordinator/blob/master/Example/XCoordinator/Coordinators/AppCoordinator.swift#L59
Thanks.
-
Hello,
What happened to TransitionObservables in RxCoordinator?
Is there any migration guide (or ticket with a few sentences) about how to move from RxCoordinator to XCoordinator?
Thanks.
-
I have the root coordinator, HomeTabCoordinator, and this router I set two tabbar items, AboutController and NewsController and created for them coordinate classes.
For NewsCoordinator I have next …
-
As title...
The link in the README opens a 404 on Github...
https://github.com/quickbirdstudios/XCoordinator#-example