定时器只执行一次功能

时间:2016-11-04 16:50:34

标签: swift function timer

所以计时器工作一次但是在第一次它不再工作之后......问题是什么以及如何解决?谢谢!

override func viewDidLoad() {
        super.viewDidLoad()

 let myTimer : Timer = Timer.scheduledTimer(timeInterval: 7, target: self, selector: (selector: "functionOne"), userInfo: nil, repeats: true)
        }
    }
    func functionOne()
    {
       print("hello")

    }

1 个答案:

答案 0 :(得分:1)

试试这段代码:

Math.Ceailing

输出:

enter image description here