-
I did not look through all the code but is it really necessary to import RxSwift as a dependency if you only gonna use Combine?
-
how does transition completion should work?
I had seen the completion will called almost immediately after transition has been started - as I can understand it will be designed for more UX-like cha…
-
Hello, we are starting to use this lib, but we found some problems that we are not sure how to solve, or if we are doing something wrong.
### 0 - Returning to a coordinator
Lets say `A` has 3 ro…
-
I tried to run example app and got a crash
`XCoordinator-Example(15255,0x10ac88dc0) malloc: recording malloc and VM allocation stacks using lite mode`
there is an rx issue I guess, the call stack…
-
[https://github.com/cxxcapf/xcoordinator-issues-demo](url)
Above is my demo URL
**I have Appcoordinator like this:**
class Appcoordinator: NavigationCoordinator
` switch route {
cas…
-
Hello!
I have the flow below:
![Coordination](https://user-images.githubusercontent.com/8146514/71511153-fb554c00-2899-11ea-934a-1bc03163fbcb.png)
I have 3 coordinators:
- Dashboard Coordina…
-
I'm trying to release a version of my app using the latest version of XCoordinator (v2.0.4) installed via Carthage but receive the following error
````
Code signing "XCoordinatorRx.framework" failed…
-
I have a RootCoordinator, where I trigger to Login or Home.
For login I have a **AuthCoordinator** with next route:
```
switch route {
case .login:
let viewC…
-
Hi!
I want to add XCoordiator into an existing project, but I can't refactor the whole project instead I want to implement a new set of screens using XCoordiator.
How can I push a Coordinator fr…
-
I am confused on how PageCoordinator works in this example. When the HomePageCoordinator is shown it just shows the 3 buttons (logout, users about). Is there supposed to be a swipeable page controller…