微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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


Peek and Pop is a great new iOS feature introduced with iPhone 6S and 6S+ that allows you to easily preview content using 3D touch.

github地址:https://github.com/marmelroy/PeekPop



4. AlamofireObjectMapper

将Alamofire JSON响应数据 转为swift对象

github地址:https://github.com/tristanhimmelman/AlamofireObjectMapper




5. RxAlamofire

为Alamofire提供 函数响应式(FRP)调用接口

以优雅的方式使用Alamofire进行网络请求

github地址:https://github.com/RxSwiftCommunity/RxAlamofire



6. PromiseKit

异步编程类库  提供了很多实用的异步函数 让异步编程更简单

github地址:https://github.com/mxcl/PromiseKit





7. EZSwiftExtensions 

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

github地址:https://github.com/goktugyil/EZSwiftExtensions





8. Aspects

swift面向切面编程(AOP)库  【Method Swizzling】

github地址:https://github.com/steipete/Aspects





9. PermissionScope

权限管理库 提供申请权限授权操作

githubd地址:https://github.com/nickoneill/PermissionScope





10. Alamofire

网络操作库 基本都知道

github地址:https://github.com/Alamofire/Alamofire




微信中链接无法点击 点击阅读原文即可查看详情

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐