Skip to content

Instantly share code, notes, and snippets.

@c1800054work
Last active July 6, 2022 07:02
Show Gist options
  • Select an option

  • Save c1800054work/4cac28595abb93a4d21c4c11fc1d87d3 to your computer and use it in GitHub Desktop.

Select an option

Save c1800054work/4cac28595abb93a4d21c4c11fc1d87d3 to your computer and use it in GitHub Desktop.
let index = IndexPath(row: 4, section: 0)
if tableView.cellForRow(at: index) != nil {
tableView.reloadRows(at: index, with: .automatic)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment