Common tableView cell for more rows display crash while using different cell iOS swift
Solution:
If you are using different cells for a particular section then must return every section with cell.Because if you are using two section with one common cell and another two sections with another cell then declare it in every section with cell and return it.Don't use in common cell for few cells.Because iOS not allow you to reuse more cells in particular section.Only one cell to be returned for every section.
Comments
Post a Comment