swift setinterval April 14, 2023 by wordlinkanswers Home - Q & A - swift setinterval swift setinterval Comment 1 var helloWorldTimer = Timer.scheduledTimer(timeInterval: 60.0, target: self, selector: #selector(ViewController.sayHello), userInfo: nil, repeats: true)</p> <p> @objc func sayHello()<br /> {<br /> NSLog(“hello World”)<br /> }<br /> Popularity 9/10 Helpfulness 5/10 Language swift Source: WorldLinkAnswers Tags: setinterval swift Share Link to this answer Share Contributed on Mar 04 2020 Mobile Star 0 Answers Avg Quality 2/10 wordlinkanswers