XCoordinator-Example
XCoordinator-Example copied to clipboard
XCoordinator-Example serves as an MVVM-C example app for XCoordinator
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...
https://github.com/quickbirdstudios/XCoordinator/issues/222
Hi Guys, I was wondering if someone could help. I am trying to implement a SplitViewController similar to how the settings app on the iPad works. Do you guys have...
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...
#8 Reimplemented the Example using Apples Combine Framework and CombineCocoa instead of RxSwift and RxCocoa. **Caution:** This will remove the RxSwift implementation and should not be merged into master. It...
Is it planned to make the example using Combine instead of RxSwift? Man it sounds like I‘m an opponent of RxSwift xD
This MR solves https://github.com/quickbirdstudios/XCoordinator-Example/issues/5 and https://github.com/quickbirdstudios/XCoordinator-Example/issues/6 by using the most recent XCoordinator version, setting DEAD_CODE_STRIPPING to NO and overriding the `viewController` property in the AboutCoordinator.
Changelog: - Refactor example app to get rid of WeakRouter/UnownedRouter/StrongRouter in favor of new Swift features. Open Issues: - At the moment, all existentials need to use `asPresentable` to make...