Delete row from tableView or CollectionView crashes
Solution:
Before that you have to know that your data array must be delete the value before updating the tableView or collectionView
Also number of rows or number of sections will be sometime problem.
Before that you have to know that your data array must be delete the value before updating the tableView or collectionView
Also number of rows or number of sections will be sometime problem.
Comments
Post a Comment