skip to Main Content

RxSwfit – dequeueReusableCell crash – Ios swift

So i am trying to add tableView to viewController programmatically. When getting to the driver i am crashing on the dequeueReusableCell after registering the cell. ViewController: extension NewProfileViewController { enum CellType { case header(viewModel: ImageWithLabelType) case accountBalanceCell case marketOpenCell case…

VIEW QUESTION
Back To Top
Search