How do I prevent UITableview from refreshing cell data when scrolling down?
I’m working on an iOS project and I’m facing an issue with my UITableView
. I can’t prevent the table view from refreshing cell data when scrolling down. I use Core Data to manage and fetch my data.