-
As stated in https://github.com/quickbirdstudios/XCoordinator/pull/74, optional linkage of RxSwift for XCoordinator would be beneficial for Carthage users as well. Since the PR did not solve the issue…
-
To switch between login, home screen and onboarding screens, I do the following (3 root views):
```
return .multiple(
.dismissAll(), .presentFullScreen(coordinator, animation: animati…
-
## Context
I have a FinalCoordinator who can be either **pushed** from ACoordinator or **presented** from BCoordinator.
When this FinalCoordinator is being **presented**, I would like to customize t…
-
Alternative question: **How to implement a controller pushed by different coordinators/routers?**
## Context
I have this flow:
And this is my code:
```swift
class TabCoordinator: TabB…
-
I'm wondering if there is a way to have deep linking without animation.
I've set all animations in the transitions to '.none', but when using deep linking I can still see a flickering set of view C…
-
I am having a hard time figuring out how to present a modal and then push a view controller on that modal.
To see what I am talking about, if you go to the App Store app, click on your profile, th…
-
-
Conflict `view` property when import XCoordinator
below is my custom codes
```
import Foundation
// http://stackoverflow.com/a/36424842/3898055
@IBDesignable
class NibLoadingView: UIView {
…
-
It would be very handy
-
It looks like there is a problem to build `XCoordinatorRx` from Carthage
![Screenshot 2019-09-24 at 15 13 58](https://user-images.githubusercontent.com/478757/65514694-1b155680-dede-11e9-9f00-c88f6…