-
Hi all,
Thanks for the MVC example and the sliders.
I want to create model at first in AppCoordinator and don't want to get instance whole project. I don't know if this is the best way but I nee…
-
Hi, I really like this framework and would like to use it for navigating with a side menu, however, I'm stuck with its implementation into a container beside a sideMenu controller. Or would be possi…
-
Is there a plan to upgrade to swift 6?
-
Your example simply creates `ViewModel` within `viewDidLoad` which is little bit confusing, as it is unlikely use case in production app.
I tried to use your approach together with `XCoordinator`…
-
im getting this error when running `carthage update`
also here is the log
```
error: Build input file cannot be found: '/Users/adauto.pinheiro/Desktop/CodeSample/Carthage/Checkouts/XCoordin…
-
UIKit based Coordinators offered the ability to apply transition effects when replacing a root view i.e. with RxFlow you could just do this:
```
Flows.use(onboardingFlow, when: .ready) { [unowned …
-
Hello, At WWDC23 Apple announced that apps and SDKs that make use of certain "required reason" APIs etc will need to provide a privacy manifest.
Does [XCoordinator](https://github.com/QuickBirdEng/…
-
there is a memory leak with `AboutCoordinator` - it is added as a child into `UserListCoordinator`
@pauljohanneskraft we discussed this with you in slack and you adviced to `removeChild` or overrid…
-
My app's root has a `NavigationCoordinator` which is fine.
However, one of the Routes it responds to pushes a ViewController that has _many_ possible Routes and is it self fairly complicated. I'd …
-
Hi, I am trying out the XCoordinator and got this problem, which I do not know the solution to. Not sure if this is the right place to ask such question so I am sorry if this does not belong here.
…