swift 常用第三方库

1、Network:

Alamofire:著名的AFNetworking网络基础库Swift版 -https://github.com/Alamofire/Alamofire

SwiftyJSON:最为开发者认可的JSON解析类 -https://github.com/SwiftyJSON/SwiftyJSON

KingFirsher: 网络图片展示 -https://github.com/onevcat/Kingfisher

2、Storage:

SQLite.swift:简单、轻量,使用上最SQL的SQLite封装库 -https://github.com/stephencelis/SQLite.swift

SugarRecord:基于CoreData与REALM的好用封装 -https://github.com/carambalabs/SugarRecord

3、UI:

SweetAlert:带动画效果弹窗封装类 -https://github.com/codestergit/SweetAlert-iOS

RAMAnimatedTabBarController:灵动的动画标签栏类库 -https://github.com/Ramotion/animated-tab-bar

PNChart-Swift:带动画效果的图表控件库 -https://github.com/kevinzhow/PNChart-Swift

LTMorphingLabel:各种文字动画效果 -https://github.com/lexrus/LTMorphingLabel

Cartography:用代码解决麻烦的AutoLayout -https://github.com/robb/Cartography

本文转自:http://www.jianshu.com/p/d3958d1a46dd