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

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope