How to detect the event when the user has ended the drag of a slider pointer?
RxSwift:
self.slider.rx.controlEvent([.touchUpInside, .touchUpOutside]) .bind(to: self.viewModel.endSlidingSlider) .disposed(by: self.disposeBag)