iOS 第三方开源库

1.AFNetworking
地址:https://github.com/AFNetworking/AFNetworking
用于网络请求
pod 'AFNetworking', '~> 3.1.0'

2.JSONKit
地址:https://github.com/johnezang/JSONKit
解析JSON

3.Reachability
地址:https://github.com/tonymillion/Reachability
检查网络状况

4.MJRefresh
地址:https://github.com/CoderMJLee/MJRefresh
下拉刷新 上拉加载
pod 'MJRefresh'

5.FMDB
地址:https://github.com/ccgus/fmdb
FMDB数据库

LKDBHelper
地址:https://github.com/potato512/SYCacheManager
FMDB 二次封装更易用
pod 'LKDBHelper'

CoreData数据库

CoreDate介绍

地址:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html


6.SDWebImage
地址:https://github.com/rs/SDWebImage
pod 'SDWebImage', '~> 3.8'
缓存网络图片
可以使用TMCache替代,TMCache是tumblr团队使用的缓存项目
地址:https://github.com/tumblr/TMCache


7.MBProgressHUD
地址:https://github.com/jdg/MBProgressHUD
加载提示框
#pod 'MBProgressHUD', '~> 0.9.2'
pod 'MBProgressHUD+JDragon'

8.pop
地址:https://github.com/facebook/pop
facebook出品的动画框架

9.CocoaPods
地址:https://github.com/CocoaPods/CocoaPods
第三方库管理工具

10.GPUImage
地址:https://github.com/BradLarson/GPUImage
处理图片效果

11.BlocksKit
地址:https://github.com/zwaldowski/BlocksKit
block框架

12.ReactiveCocoa
地址:https://github.com/ReactiveCocoa/ReactiveCocoa
函数式响应式编程框架

13.Mantle
地址:https://github.com/Mantle/Mantle
将json数据模型化model对象

14.cocos2d-swift
地址:https://github.com/cocos2d/cocos2d-swift
cocos2d

15.RESideMenu
地址:https://github.com/romaonthego/RESideMenu
侧滑菜单

16.SWTableViewCell
地址:https://github.com/CEWendel/SWTableViewCell
UITableViewCell 的子类, 实现了左右滑动显示信息视图并调出按钮

17.TTTAttributedLabel
地址:https://github.com/TTTAttributedLabel/TTTAttributedLabel
UILabel 的替代品, 使 iOS 上的 Label 功能更加丰富, 可支持链接植入等功能

18.PNChart
地址:https://github.com/kevinzhow/PNChart
带动画效果的图表控件


19.MJExtension
地址:https://github.com/CoderMJLee/MJExtension
模数互转
pod 'MJExtension', '~> 3.0.3'


20.appirater
地址:https://github.com/arashpayan/appirater
用于提醒用户给你的 APP 打分的工具

21.Masonry
地址:https://github.com/Masonry/Masonry
布局第三方扩展工具
pod 'Masonry'

22.IQKeyboardManager
地址:https://github.com/hackiftekhar/IQKeyboardManager
全局键盘遮挡输入框管理
pod 'IQKeyboardManager' #iOS8 and later


23.SDCycleScrollView
开源地址:https://github.com/gsdios/SDCycleScrollView
轮播图
pod 'SDCycleScrollView','~> 1.75'


24.MKDropdownMenu
开源地址:https://github.com/dongjunkun/DropDownMenu
多条件筛选菜单

25.提示框
pod 'Toast', '~> 2.2'

26.ios单选按钮
pod 'RadioButton'

27.微信支付
pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull' #(微信sdk带支付的命令,和上面不带支付的不能共存,只能选择一个)

28.支付宝支付
pod 'AliPay_SDK_Skuo'

猜你喜欢

转载自blog.csdn.net/saw471/article/details/79101548