IOS Swift 常用类库

在开发iMandarin App 过程中使用了一些开源库,简化了代码量提高开发速度

Autolayout 辅助
手写 Autolayout代码的痛你懂的,有了这个DSL,简单许多
https://github.com/SnapKit/SnapKit

Xml 处理
https://github.com/tadija/AEXML

文件路径封装:真难为IOS的开发人员了,拼个文件路径都那么难
https://github.com/nori0620/SwiftFilePath

json 处理
https://github.com/dankogai/swift-json

正则表达式:如果你熟悉python的正则表达式,这个库正对你的味口
https://github.com/cezheng/PySwiftyRegex

提示框: 常用的waiting,error ,info 弹出框
https://github.com/johnlui/SwiftNotice

Database : CoreData 半小时之类估计我还是用不起来,也懒得用了
https://github.com/realm/realm-cocoa

json serializer
https://github.com/peheje/JsonSerializerSwift

HTTP 请求库: 极简HTTP请求的操作
https://github.com/JustHTTP/Just

GCD的语法糖
https://github.com/duemunk/Async

解决IQKeyboardManager键盘遮挡
https://github.com/hackiftekhar/IQKeyboardManager

你可能感兴趣的:(IOS Swift 常用类库)