/CombineViewController

CombineViewController provides similar functionalities to RxViewController but operates based on the Combine framework instead of RxSwift.

Primary LanguageSwiftMIT LicenseMIT

CombineViewController

CombineCocoa supports Swift Package Manager (SPM)

CombineViewController provides similar functionalities to RxViewController but operates based on the Combine framework instead of RxSwift.

Dependencies

This project has the following dependencies:

  • Combine.framework
  • CombineInterception.framework

Installation

Swift Package Manager

Add the following dependency to your Package.swift file:

.package(url: "https://github.com/chorim/CombineViewController.git", from: "0.1.0")

License

MIT, See the LICENSE file.

The Combine framework are property of Apple Inc.