文件名称:GCDTimer:Swift 中经过充分测试的 GCD 计时器
文件大小:84KB
文件格式:ZIP
更新时间:2024-08-24 20:51:52
swift timer dispatch gcd Swift
GCD定时器 Swift 中经过充分测试的 Grand Central Dispatch (GCD) 计时器。 签出文件。 用法 长时间运行的计时器 import GCDTimer class Demo { init () { let timer = GCDTimer ( intervalInSecs : 20 ) timer. Event = { println ( " Hello World " ) // Send some data to the server } timer. start () // Don't forget to pause the timer in the AppDelegate:applicationWillResignActive(applica
【文件预览】:
GCDTimer-master
----GCDTimer.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(15KB)
----LICENSE(1KB)
----Example()
--------GCDTimerExample()
----README.md(3KB)
----.gitignore(635B)
----GCDTimer()
--------Info.plist(820B)
--------GCDTimer.h(500B)
--------GCDTimer.swift(3KB)
----GCDTimerTests()
--------GCDTimerTests.swift(3KB)
--------Info.plist(747B)