我試圖原因請看一次連接到的NSTimer計數器另一個視圖控制器到達0夫特:執行賽格瑞當變量達到某一值
赫雷什我的定時器的代碼:
var counter = 15
var timer = NSTimer.scheduledTimerWithTimeInterval(1, target: self, selector: "timerAction", userInfo: nil, repeats: true)
func timerAction() {
--counter
timerLabel.text = "\(counter)"
工作完美,謝謝! –
@ Ryan.H真棒,請標記我的答案是正確的:) – Tometoyou