Swift中常用的开发库

1、CryptoSwift

swift加密库, 支持md5,sha1,sha224,sha256…
github地址: https://github.com/krzyzanowskim/CryptoSwift

2、Kingfisher

Kingfisher 是一个异步下载和缓存图片的库 类似于SDWebImage
只不过它是纯Swift的实现
github地址:https://github.com/onevcat/Kingfisher

3、PeekPop

3DTouch动画组件
Peek和Pop是iPhone 6S和6S+上新增的一个很棒的iOS特性,可以很方便地使用3D touch来预览内容。
github地址:https://github.com/marmelroy/PeekPop

4、PromiseKit

异步编程类库 提供了很多实用的异步函数 让异步编程更简单
github地址:https://github.com/mxcl/PromiseKit

5、EZSwiftExtensions

对Swift标准库, Foundation, UIKit 提供了很多高级扩展函数

包括以下内容:

NSObject、Bool、Int、Double、String、NSAttritedString、Array、Dictioanry、NSDate、NSTimer、CGRect、UIViewController、UIView、UITextView、UILabel、UIImageView、UIImage、Block Objects、UIDevice、NSUserDefauts、NSURL

EZ function and variables
github地址:https://github.com/goktugyil/EZSwiftExtensions

6、PermissionScope

权限管理库 提供申请权限授权操作
githubd地址:https://github.com/nickoneill/PermissionScope

7、NVActivityIndicatorView

很多漂亮的加载指示器。
githubd地址:https://github.com/ninjaprox/NVActivityIndicatorView

8、FillableLoaders

自定义的进度加载器,有waves、plain、spike、rounded等效果
githubd地址:https://github.com/polqf/FillableLoaders

其他开发库请查看https://www.cnblogs.com/fengmin/p/6923328.html

你可能感兴趣的:(Swift,iOS,Swift,iOS,开发库)