[Solved] How create customs cell


Since it seems you don’t have any xibs, you probably want to register the class itself:

tableView.register(CreateAccountCell.self, forCellReuseIdentifier:"CreateAccountCell");

0

solved How create customs cell