Xcode – View Controller not transitioning to next view controller
I'm building a Quiz App and at the end of the quiz, upon clicking an answer, I want the screen to transition to the ResultViewController where the user's score is displayed. I linked a segue from my MCViewController to the…