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、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 提供了很多高级扩展函数


包括以下内容


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


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

相关文章

软件简介:蓝湖辅助工具,减少移动端开发中控件属性的复制和粘...
现实生活中,我们听到的声音都是时间连续的,我们称为这种信...
前言最近在B站上看到一个漂亮的仙女姐姐跳舞视频,循环看了亿...
【Android App】实战项目之仿抖音的短视频分享App(附源码和...
前言这一篇博客应该是我花时间最多的一次了,从2022年1月底至...
因为我既对接过session、cookie,也对接过JWT,今年因为工作...