Skip to content

pedrommcarrasco/RxSliceControl

Repository files navigation

A µ-extension to SliceControl to track events using RxSwift observables

CocoaPods apm

Usage Example ⌨️

After installing RxSliceControl, you should start by importing the framework:

import RxSliceControl

Once imported, you can start using RxSliceControl to subscribe to events like follows:

sliceControl.rx
    .selectedIndex
    .bind(to: viewModel.selectedOption)
    .disposed(by: disposeBag)

Instalation 📦

RxSliceControl is available through CocoaPods. In order to install, add the following line to your Podfile:

pod 'RxSliceControl'

And run the following command in terminal:

pod install

Support RxSliceControl ❤️

Hello there 👋

I’m Pedro, a Portuguese iOS Engineer since February 2017. I’m an avid OSS enthusiast and contributor - help by sharing, learn by what’s shared.

I've built and open-sourced multiple frameworks and applications, including Brooklyn and CocoaHub.

I'm also a conference and meetup organizer, being part of SwiftAveiro and CocoaHeads Porto.

If you enjoy my work and would like to help me continue it, please consider:

Contributing 🙌

Feel free to contribute to this project by providing ideas or opening pull requests.

License ⛔

RxSliceControl's available under the MIT license. See the LICENSE file for more information.