RXswift button action iOS swift

 Solution:

                cell.btn.rx.tap.asDriver()

                    .drive(onNext: { [weak self] in


                    }).disposed(by: cell.disposebag)

Comments

Popular posts from this blog

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift