A µ-extension to SliceControl to track events using RxSwift observables
Usage Example ⌨️
After installing RxSliceControl, you should start by importing the framework:
import RxSliceControlOnce 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 installContributing 🙌
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.
