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

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift