-
It seems `XCoordinator/RxSwift` extension is broken with latest release of RxSwift:
```
XCoordinator/RxSwift (~> 2.0) was resolved to 2.0.7, which depends on
RxSwift (~> 5.0)
```
Also …
-
Hi everyone
I have a problem with the page, I want to put inside a custom view, but, I can't find a way to do it, someone who has done something similar, please with your help. I leave an image wit…
-
**Short description of the issue**:
I create new project for test using RxSwift via `Swift package manager` . In Xcode project I chose `File -> Swift Packages -> Add Package Dependency...` to add R…
-
Hello,
Can't install XCoordinator through Carthage
```
➜ Test carthage update --platform iOS
*** Fetching XCoordinator
*** Checking out XCoordinator at "2.0.7"
*** xcodebuild output can be fo…
-
I want to create project, ViewController with xib file ( not use storyboard), embed with UINavigationControlller
Could you support set root controller direct in AppDelegate and support better with xi…
-
Hey!
Just get warning File 'Router+Rx.swift' is part of module 'XCoordinator'; ignoring import
-
Hello,
I am running into a crash on release builds.
Trying to build with Xcode 11.2.1, target iOS 13 and above.
I tested with my personal app and the Xcoordinator Example app and both are the …
-
I'm using the PageCoordinator to display a Carousel inside a container in a view, but when the users go forward and back several times, the app crashes, it's a documented crash in [stackoverflow](http…
-
Hi, Im new to XCoordinator, im using it with viper and loved
I dont know where to ask questions so im writing here
1. How can i prevent default transition animation, for ex : return .pop() is an…
-
Sometimes when I do the back gesture on a Navigation Controller I get this assertion failure, seems that it depends on
```
guard let delegate = interactivePopGestureRecognizerDe…