chorim / CombineViewController

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Swift 100.0%