TableViewCell has "Class Cell has no initializers" error RXSwift

 Solution:


    var viewModel: MyModel? {

        didSet {

            bindModel()

        }

    }


You must have to define the correct model in this.That's why the issue came.If model is wrong the above issue will shown...

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