56 skills found · Page 1 of 2
malcommac / Repeat🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
radex / SwiftyTimerSwifty API for NSTimer
mindsnacks / MSWeakTimerThread-safe NSTimer alternative that doesn't retain the target and supports being used with GCD queues.
herobin22 / OYCountDownManager在cell中使用倒计时的处理方法, 全局使用一个NSTimer对象, 支持单列表.多列表.多页面.分页列表使用
jivadevoe / NSTimer BlocksSimple category on NSTimer to give it blocks capability.
samhann / Every.swiftA swift wrapper for NSTimer
ChatGame / HWWeakTimerNSTimer alternative that doesn't retain the target
Joeyqiushi / JX GCDTimerNSTimer like tool implemented using GCD.
rnapier / RNTimerSimple GCD-based timer based on NSTimer
qiyer / QYCrashProtectoriOS crash保护,unrecognized selector、NSTimer、Container 、NSNotification、NSString 、KVO、KVC等crash保护。
WZF-Fei / ZFProgressViewA simple digit progress view.(version1.3 使用GCD定时器代替NSTimer,避免内存泄露问题)
wsl2ls / WSL RollView功能描述:WSL_RollView 是基于UICollectionView实现的支持水平和垂直两个方向上的的分页和渐进循环轮播效果,可以设置时间间隔、渐进速率、是否循环、分页宽度和间隔,还支持高度自定义分页视图的控件。
StrongX / XTimerIt solves the problem that NSTimer needs to add and open runLoop manually in sub-threads, and will cause memory leak.
uacaps / EasyTimerEasy way to use NSTimer in Swift for delaying code or repeating code
mBrissman / NSTimer BlockUse blocks with NSTimer
BeckWang0912 / ZTGCDTimerGCD实现多个定时器,完美避过NSTimer的三大缺陷(RunLoop、Thread、Leaks)
herobin22 / OYCountDownManager SwiftiOS在cell中使用倒计时的处理方法, 全局使用一个NSTimer对象, 支持单列表.多列表.多页面.分页列表使用
buptwsgprivate / IOSInterviewiOS面试准备,总结的一些面试题目
SwiftEducation / StopwatchDEPRECATED. An iOS app that uses elapsed time as a context for practicing MVC, discovering the basics of threads, and applying NSTimer.
ivanzoid / GCDTimerEquivalent or NSTimer but using GCD queues