auto looks better

This commit is contained in:
Pfeil, Scott Robert 2019-07-23 09:56:49 -04:00
parent dace6a6374
commit 482c6c4fab

View File

@ -111,7 +111,7 @@ open class MoleculeListTemplate: ThreeLayerTableViewController {
if let tableView = tableView { if let tableView = tableView {
let point = molecule.convert(molecule.bounds.origin, to: tableView) let point = molecule.convert(molecule.bounds.origin, to: tableView)
if let indexPath = tableView.indexPathForRow(at: point) { if let indexPath = tableView.indexPathForRow(at: point) {
tableView.reloadRows(at: [indexPath], with: .none) tableView.reloadRows(at: [indexPath], with: .automatic)
} }
} }
} }