文件名称:Haste:Swift 的 NSTimer 扩展
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-17 18:33:31
Swift
急速 每个人都在 Objective-C 中为NSTimer制作了块 NSTimer 类别。 但是谁在 Swift 中做到了呢? 嗯,可能很多人,但关键是它并不像你想象的那么简单。 用法 将pod 'Haste'添加到您的 Podfile。 无论您想使用闭包计时,都可以添加import Haste 。 调用以下函数。 NSTimer. scheduledTimerWithTimeInterval ( 1 , block : { () -> () in println ( " Why does anyone do the things they do? " ) }, repeats : true ) 该函数返回NSTimer实例,因此当您希望事情停止时,您可以对其调用invalidate() 。
【文件预览】:
Haste-master
----Demo()
--------Demo.xcodeproj()
--------Demo.xcworkspace()
--------Podfile(50B)
--------Demo()
--------Podfile.lock(196B)
--------DemoTests()
----NSTimer+Haste.swift(713B)
----LICENSE(1KB)
----Haste.podspec(891B)
----.gitignore(493B)
----README.md(668B)