How to insert a override function into a if else statement
问题 I realize that with basic logic I cannot put a override function into a if else statement because it will override everything. However i still need to put in the if else statement the prepare for segue. So the way the code I am working works is if a user hits a button twice they win the game and therefore go to the winners view controller where a score is displayed. If they lose they go to a view controller with no score. So I need to put the override function segue in updateTimer() , In the