Created
October 20, 2022 14:53
-
-
Save xmhafiz/48061a991d3a355ad577d8dc01f1f799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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