摘要:
MSWeakTimer简易翻译:该timer没有runloop概念,线程安全,没有循环引用现象。https://github.com/mindsnacks/MSWeakTimerDescriptionThread-safeNSTimerdrop-in alternative that doesn't retain the target and supports being used withGCDqueues.这是个线程安全的 NSTimer,他不会对目标进行retain操作,而且,他还支持GCDqueues。MotivationThe first motivation for thi 阅读全文
摘要:
JGDownloadAcceleration本人对原文进行了翻译,凑合看看,使用心得以后补上https://github.com/JonasGessner/JGDownloadAcceleration© 2013 Jonas GessnerJGDownloadAcceleration is a Networking library for iOS targeted at downloading large files on to the device's hard disk.JGDownloadAcceleration's main part is a concurr 阅读全文
摘要:
LASIImageView – download image with progress indicator翻译原网址:http://lukagabric.com/lasiimageview-download-image-with-progress-indicator/#more-797LASIImageView is a UIImageView subclass that supports asynchronous image download with different progress indicators.It is possible to choose among three di 阅读全文