I have lots of data and lots of rows in my tableView. when data changes I want to update my visible cells on the screen, I really don\'t want to use reloadData because it\'s
For Swift 3:
tableView.reloadRows(at: tableView.indexPathsForVisibleRows!, with: .none)