swift常用三方库
网络状态检测:Reachability.swift
数据解析与模型转换:
加载图:NVActivityIndicatorView https://github.com/ninjaprox/NVActivityIndicatorView
布局:SnapKit https://github.com/SnapKit/SnapKit
图片处理:Kingfisher https://github.com/onevcat/Kingfisher
钥匙串:KeychainAccess https://github.com/kishikawakatsumi/KeychainAccess
下拉刷新:DGElasticPullToRefresh:有弹性效果的下拉刷新控件
图标、绘画
- Charts:非常好的图表框架,类似于MPAndroidChart
- PNChart-Swift:周凯文写的PNChart的swift版
加密算法 : CryptoSwift:使用非常方便的加密算法库
链式编程 :RxSwift:函数响应式编程框架,是ReactiveX的swift版本,可以简化异步操作和事件/数据流。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Albert Yuan's Blog!
评论