How to set a timer to enable/disable buttons
问题 I got an issue. I want to set a timer that could disable the 6 large buttons of my ViewController2. For example : Until the timer reach 100, it's not possible to click on the buttons Clue1Button,Clue2Button,Clue3Button,Clue4Button,Clue5Button,Clue6Button Until the timer reach 200, it's not possible to click on the buttons 2,3,4,5,6 ... How should I do it ? I tried several times, but I failed each time. Thanks for your help Code of my ViewController2 : // ViewController2.swift // PROJET X // /