nstimer

    1熱度

    3回答

    昨天,我問,因爲我的計時器在後臺有問題,我找到了一個解決方案,使其工作,但現在,當我的應用程序進入後臺時遇到問題。在後臺 運行: backgroundTaskIdentifier = UIApplication.shared.beginBackgroundTask(expirationHandler: { UIApplication.shared.endBackgroundTask(s

    1熱度

    1回答

    如何運行例如本地通知? 在UNUserNotificationCenter中沒有重複功能。 也許使用NSTimer或類似的東西? 爲什麼如我所料 let hours: [Int] = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] for hour in hours { for minute i

    0熱度

    1回答

    我想停止此計時器,然後從停止它的位置重新啓動計時器。 secondsTimer = Timer.scheduledTimer(timeInterval: 1.0, target: self, selector: #selector(addSeconds), userInfo: nil, repeats: true) 下面,有人建議我不應該增加在我的定時器處理程序定時器。爲什麼不? 例如,使用G

    -1熱度

    1回答

    我有NSTimer和動作它。但是我想在第一次5秒之後,第二次4秒之後打電話行動 ...。 _timepast = 6; self.timer = [NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(handleDelay) userInfo:nil repeats:YES]; -(void)han

    1熱度

    1回答

    我有一個包含Timer對象的可重用函數countDown(seconds: Int)。功能takeRest()調用countDown(seconds: Int)函數並在調用後立即打印:「測試文本」。我想要做的是等待執行打印功能,直到countDown(seconds: Int)函數中的定時器停止執行並保持countDown()函數可重用。有什麼建議麼? private func takeRest(

    0熱度

    1回答

    我已經籤其他的解決方案,但沒有works.I需要每4秒後命中一個服務,所以我使用 var timer = NSTimer.scheduledTimerWithTimeInterval(4.0, target: self, selector: #selector(self.hitServiceUserChatMessageList), userInfo: nil, repeats: true)

    0熱度

    2回答

    我使用NSTimer構建倒數計時器,並使用兩個按鈕來增加和減少時間。我希望能夠在增加或減少時間時將倒計時器秒數設置爲00。例如,讓我們說定時器在10:42,然後按下減少按鈕一旦它應該到10:00而不是9:42。我將如何能夠做到這一點?下面是使用目前進出口以增加和減少時間的代碼: var timeCount:TimeInterval = 1800 //seconds func startTi

    0熱度

    2回答

    我想將剩餘的分鐘數存儲到我的類中的變量中。 已經實現setter方法到類,做工是否精細 我需要每1分鐘1後降低計數。 如何將這種遞歸添加到我的類中的setter方法?

    1熱度

    1回答

    我遵循this答案給出的建議。還是我的計時器是有時不nil func recreateTimer(){ let timerLog = OSLog(subsystem: "LocationLogger", category: "Timer") guard shouldUseTimer == true else { os_log("we are using C

    0熱度

    1回答

    Crazylytics發生了崩潰。 Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x197e37bdc objc_msgSend + 28 1 Foundation 0x1881192c8 -[NSCFTimer initWithFireDate:interval:target:selector:userInfo:repe