iOS----------常用三方库
1.笔者常用三方库
| 名称 | 作用 | 说明 |
|---|---|---|
| <small>AFNetworking | <small>基于HTTP/HTTPS 联网请求 | <small> |
| <small>SDWebImage | <small>图片异步加载和缓存 | <small> image图像没做压缩处理 |
| <small> FMDB | <small>SQLite数据库处理 | <small>将xcode嵌入的数据库api进行封装 |
| <small>MJRefresh | <small>上拉刷新,触底加载 | <small>用于数据分页再次加载时(多用于tableView) |
| <small>MBProgressBUD | <small>提示框 | <small>支持多种动画(推荐) |
| <small> Masonry | <small>自动布局(autoLayout) | <small> |
| <small> SDCycleScrollView | <small>轮播图 | <small> SD大神不知道是谁,写了很多有用三方库 |
| <small> YYModel | <small>JSON-模型对象转换(非侵入性) | <small> 90后大神写神作(YYKIT) |
| <small> MJExtesion | <small>JSON-模型对象转换(非侵入性) | <small> MJ用运行时写的 |
| <small> FSCalendar | <small>日历控件 | <small> |
| <small> JT3DScrollView | <small>滚动视图动画效果 | <small> |
| <small> poping | <small>动画效果 | <small>一位大神根据facebook动画开源后写的 |
| <small> MWPhotoBrowser | <small>图片浏览器 | <small> |
| <small> SDPhotoBrowser | <small>图片浏览器 | <small> |
| <small> TZImagePickerController | <small>图片选择器(仿微信) | <small> |
| <small> MMDrawerController | <small>侧滑栏 | <small> |
| <small> JSAnimatedImagesView | <small>图片背景渐变效果 | <small> |
| <small> RPSlidingMenu | <small>UltraVisual 风格的集合视图菜单 | <small> |
| <small> PYSearch | <small>优雅的搜索控制器 | <small> |
2.笔者常用三方api接口
| 名称 | 作用 | 说明 |
|---|---|---|
| <small> SMSDK | <small>免费短信验证 | <small>地址:http://www.mob.com/ |
| <small>ShareSDK | <small>社会化分享 | <small>地址:http://www.mob.com/ |
| <small>友盟(umeng ) | <small>社会化分享 | <small>地址:http://www.umeng.com/ |
| <small>BaiduMapKit(百度地图) | <small>地图api | <small>地址:http://lbsyun.baidu.com/ |
| <small>极光推送(GTSDK) | <small>推送 | <small>地址:http://www.getui.com/ |
| <small> 支付宝 | <small>支付 | <small>地址:https://openhome.alipay.com |
| <small> 微信 | <small>支付 | <small>地址:https://pay.weixin.qq.com |
| <small> 融云 | <small>IM即时通讯 | <small>地址:http://www.rongcloud.cn/ |
以上是我开发中用到的三方库和三方api接口,有什么不对的地方希望大家指出来,下面是没用过搜集的
3.笔者搜集的三方库(API)
| 名称 | 作用 | 说明 |
|---|---|---|
| <small> 高德地图 | <small>地图 | <small>地址:http://lbs.amap.com/ |
| <small> 环信 | <small>即时通讯 | <small>地址:http://www.easemob.com/ |
| <small> ZXing Objc | <small>二维码 | <small> |
| <small> 讯飞 | <small>语音识别/合成等 | <small>地址:http://www.xfyun.cn/ |
| <small> GPUImage | <small>图片滤镜 | <small> |
| <small> FXBlurView | <small>模糊 | <small> |
| <small> StreamingKit | <small>流媒体 | <small> |
| <small> FreeStreamer | <small>流媒体 | <small> |
| <small> DOUAudioStreamer | <small>流媒体 | <small> |
| <small> SVProgressHUD | <small>提示框 | <small> |
| <small> KVNProgressHUD | <small>提示框 | <small> |
| <small> IQKeyboardManager | <small>键盘管理 | <small> |
| <small> YYKeyboardManager | <small>键盘管理 | <small> |
| <small> ZSSRichTextEditor | <small>富文本编辑 | <small> |
| <small> TMCache | <small>缓存 | <small> |
| <small> CocoaAsyncSocket | <small>异步套接字 | <small> |
| <small> MGTemplateEngine | <small>模板引擎 | <small> |
| <small> GRMustache | <small>模板引擎 | <small> |
| <small> sskeychain | <small>钥匙串 | <small> |
| <small> RESideMenu | <small>侧滑栏 | <small> |
| <small> ReactiveCocoa | <small>响应式编程 | <small> |
| <small> WebViewJavaScriptBridge | <small>Objective-C和JavaScript混编 | <small> |
| <small> NJKWebViewProgress | <small>UIWebView进度条 | <small> |
| <small> LTNavigationBar | <small>导航栏定制 | <small> |
| <small> FoldingTabBar.iOS | <small>可折叠分栏条 | <small> |
| <small> UITableView-FDTemplateLayoutCell | <small>表格视图单元格自适应 | <small> |
| <small> PNChart | <small>统计图表 | <small> |
| <small> Specta | <small>TDD/BDD | <small> |
| <small> Kiwi | <small>TDD/BDD | <small> |
| <small> iCarousel | <small>轮播 | <small> |
| <small> MagicalRecord | <small>简化CoreData | <small> |
| <small> CocoaLumberjack | <small>RESTful客户端 | <small> |
| <small> RestKit | <small>日志 | <small> |
| <small> FlatUIKit | <small> 扁平化UI | <small> |
| <small> Realm | <small>移动数据库 | <small> |
4.YYKIT工具库
| 名称 | 作用 | 说明 |
|---|---|---|
| <small> YYModel | <small>高性能的 iOS JSON模型框架 | <small> |
| <small> YYCache | <small>高性能的 iOS 缓存框架 | <small> |
| <small> YYImage | <small>强大的 iOS 图像框架 | <small> |
| <small> YYWebImage | <small>高性能的 iOS 异步图像加载框架 | <small> |
| <small> YYText | <small>功能强大的 iOS 富文本框架 | <small> |
| <small> YYKeyboardManager | <small>iOS 键盘监听管理工具 | <small> |
| <small> YYDispatchQueuePool | <small>iOS 全局并发队列管理工具 | <small> |
| <small> YYAsyncLayer | <small>iOS 异步绘制与显示的工具 | <small> |
| <small>YYCategories | <small>功能丰富的 Category 类型工具库。 | <small> |
以上三方库基本在GitHub都能找到,最好是通过cocopods来管理
作者:川农鉴黄师
链接:https://www.jianshu.com/p/2d2521f4e28a
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
iOS----------常用三方库的更多相关文章
- iOS常用三方库收集
除非Pod可以直接加载到工程中的外,收集一下 https://github.com/kejinlu/KKGestureLockView 好用的手势解锁
- iOS 常用三方类库整理
iOS 常用三方类库整理 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://gi ...
- iOS 常用三方(持续更新)
iOS 常用三方 1.ZWMSegmentController 分页控制器 https://github.com/weiming4219/ZWMSegmentController
- python常用三方库 - openpyxl
目录 python常用三方库 - openpyxl 读取Excel文件 写入Excel文件 python常用三方库 - openpyxl openpyxl是一个第三方库, 可以处理xlsx格式的Exc ...
- IOS常用第三方库《转》
UI 动画 网络相关 Model 其他 数据库 缓存处理 PDF 图像浏览及处理 摄像照相视频音频处理 响应式框架 消息相关 版本新API的Demo 代码安全与密码 测试及调试 AppleWatch ...
- iOS常用第三方库大全,史上最全第三方库收集
下拉刷新 EGOTableViewPullRefresh – 最早的下拉刷新控件. SVPullToRefresh – 下拉刷新控件. MJRefresh – 仅需一行代码就可以为UITableVie ...
- ios 常用第三方库要加的framework,ARC的设置
一,常用第三方库要加的framework 1,SQLite3数据库:FMDatabase 需要添加:libsqlite3.dylib 2,网络请求:ASIHTTPRequest 需要添加:CFNetw ...
- iOS常用网络库之AFNetWorking
简介 `AFNetworking`是iOS开发网络API中最常用的第三方库,`github`中的`star`数充分说明了它在iOS开发中第三方库中的江湖地位 github地址:[AFNe ...
- IOS常用开源库
转自:http://www.csdn.net/article/2013-06-18/2815806-GitHub-iOS-open-source-projects-two/1 1. AFNetwork ...
- ios常用第三方库git下载地址
本文转载至 http://blog.csdn.net/cerastes/article/details/38348599 iOS第三方库下载常用git 1.FMDB https://github.co ...
随机推荐
- Trie 简介
一.Trie简介 在计算机科学中,Trie,又称字典树.前缀树.单词查找树或键树,是一种树形结构,是一种哈希树的变种.典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎 ...
- 选择 25k 的 996 还是 18k 的 965
阅读本文大概需要 3.7 分钟. 文中部分内容来源:http://h5ip.cn/hSDk 最近的 996.ICU 话题持续在火爆,一般热点新闻的热度持续时间为一星期,这次是程序们的集体发声导致,戳中 ...
- [Swift]LeetCode222. 完全二叉树的节点个数 | Count Complete Tree Nodes
Given a complete binary tree, count the number of nodes. Note: Definition of a complete binary tree ...
- [Swift]LeetCode304. 二维区域和检索 - 矩阵不可变 | Range Sum Query 2D - Immutable
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper lef ...
- [Swift]LeetCode396. 旋转函数 | Rotate Function
Given an array of integers A and let n to be its length. Assume Bk to be an array obtained by rotati ...
- [Swift]LeetCode621. 任务调度器 | Task Scheduler
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where diffe ...
- [Swift]LeetCode850. 矩形面积 II | Rectangle Area II
We are given a list of (axis-aligned) rectangles. Each rectangle[i] = [x1, y1, x2, y2] , where (x1, ...
- 机器学习入门 - Google机器学习速成课程 - 笔记汇总
机器学习入门 - Google机器学习速成课程 https://www.cnblogs.com/anliven/p/6107783.html MLCC简介 前提条件和准备工作 完成课程的下一步 机器学 ...
- c# 关于页面生命周期
每次遇到这个问题,总是含含糊糊的说不清楚,今天就在这里统一整理一下,以便以后的查看. 一般来说,页要经历下表概述的各个阶段.除了页生命周期阶段以外,在请求前后还存在应用程序阶段,但是这些阶段并不特定于 ...
- ActionMQ集群部署
ActiveMQ集群部署 一.应用场景 消息中间件是分布式系统中重要的组件,主要解决应用耦合,异步消息,流量削锋等问题.实现高性能,高可用,可伸缩和最终一致性架构.是大型分布式系统不可缺少的中间件.目 ...