iOS tableView cell loading incorrectly with empty space swift
Solution:
If you had any changes in the cell and reloaded the particular section or particular row then it will have some set of issues.
So better you can use the tableview reloaddata function to solve this.
If you had any changes in the cell and reloaded the particular section or particular row then it will have some set of issues.
So better you can use the tableview reloaddata function to solve this.
Comments
Post a Comment