CombineViewController provides similar functionalities to RxViewController but operates based on the Combine framework instead of RxSwift.
This project has the following dependencies:
- Combine.framework
- CombineInterception.framework
Add the following dependency to your Package.swift file:
.package(url: "https://github.com/chorim/CombineViewController.git", from: "0.1.0")
MIT, See the LICENSE file.
The Combine framework are property of Apple Inc.