Skip to content

Instantly share code, notes, and snippets.

@xmhafiz
Created October 20, 2022 14:53
Show Gist options
  • Save xmhafiz/48061a991d3a355ad577d8dc01f1f799 to your computer and use it in GitHub Desktop.
Save xmhafiz/48061a991d3a355ad577d8dc01f1f799 to your computer and use it in GitHub Desktop.
func showResultScreen() {
let homeVC = ResultViewController()
navigationController?.pushViewController(homeVC, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment