99热99这里只有精品6国产,亚洲中文字幕在线天天更新,在线观看亚洲精品国产福利片 ,久久久久综合网

歡迎加入QQ討論群258996829

Swift的NSTimer擴(kuò)展API:SwiftyTimer

發(fā)布時間:2016-10-01 23:51  回復(fù):0  查看:4757  感興趣:20  贊:0   最后回復(fù):2016-10-01 23:51  

SwiftyTimer 是一個更友好、更簡單的時間操作 NSTimer 擴(kuò)展。

使用Timer.every 重復(fù)執(zhí)行任務(wù):

Timer.every(0.7.seconds) {
    statusItem.blink()
}
使用 Timer.after定時執(zhí)行任務(wù):

Timer.after(1.minute) {
    println("Are you still here?")
}
可直觀的使用時間:

100.ms
1.second
2.5.seconds
5.seconds
10.minutes
1.hour
2.days

相關(guān)開源代碼

您還未登錄,請先登錄

熱門帖子

最新帖子

?