Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 356 Bytes

RxAppKit

Why create this

RxCocoa provides many convenient bindings and observables for iOS, but few for macOS.

The framework aims to provide rich extensions to RxSwift for macOS. The project is experimental and the API is subject to change.

Thanks

The objc swizzle code comes from ReactiveCocoa