Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created July 11, 2020 02:52
Show Gist options
  • Save akio0911/684507b5d8cc63bce864742cac597440 to your computer and use it in GitHub Desktop.
Save akio0911/684507b5d8cc63bce864742cac597440 to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
performSegue(withIdentifier: "ShowList2", sender: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment