iOS开发常用第三库
字典转模型
1.(MJExtension)
https://github.com/CoderMJLee/MJExtension
2.(YYModel)
https://github.com/ibireme/YYModel
动画相关
1.(JHChainableAnimation)对简单动画的封装
https://github.com/jhurray/JHChainableAnimations
2.(iCarousel)非常强大的动画封装
https://github.com/nicklockwood/iCarousel
3.(EasyAnimation) 对动画的封装
https://github.com/icanzilb/EasyAnimation
4.(FacebookPop) pop动画
https://github.com/maxmyers/FacebookPop
启动页动画
1.(JazzHands)
https://github.com/IFTTT/JazzHands
2.(EAintroView)
https://github.com/ealeksandrov/EAIntroView
新手引导页
1.(XSpotLight) 仿简书
https://github.com/StrongX/XSpotLight
导航栏相关
1.(BFnavigationBarDrawer)
https://github.com/DrummerB/BFNavigationBarDrawer
表情面板
1.(AGEmojiKeyboard)
https://github.com/ayushgoel/AGEmojiKeyboard
底部Tabbar
1.(RDVTabBarController)
https://github.com/robbdimitrov/RDVTabBarController
iOS 和JS交互&&HTML
1.(WebViewJavascriptBridge)
https://github.com/marcuswestin/WebViewJavascriptBridge
2.(hpple)html解析
https://github.com/topfunky/hpple
3.(JSPatch)
https://github.com/bang590/JSPatch
图表
1.(PNChart)
https://github.com/kevinzhow/PNChart
2.(MDRadialProgress)圆形进度条
https://github.com/mdinacci/MDRadialProgress
二维码扫描
1.(JxbScanQR)
https://github.com/JxbSir/JxbScanQR
弹出视图,提示框
1.(AMPopTip) 带箭头
https://github.com/andreamazz/AMPopTip
2.(HyPopMenuView)仿新浪弹出视图
https://github.com/wwdc14/HyPopMenuView
3.(DXPopover)带箭头的弹出视图,弹出(表格,lable...,imageview)
https://github.com/xiekw2010/DXPopover
4.(ActionSheetPicker)和系统ActionSheet类似
https://github.com/skywinder/ActionSheetPicker-3.0
5.(JCAlertVIew)弹出(提示框 ,按钮选择,视图,文本,表格),背景模糊
https://github.com/HJaycee/JCAlertView
6.(JDStatusBarNotification)状态栏提示框
https://github.com/jaydee3/JDStatusBarNotification
7.(MBProgressHUD) 等待指示器
https://github.com/jdg/MBProgressHUD
8.(MMPopupView) 弹出视图
https://github.com/adad184/MMPopupView
下拉菜单
1.(DOPDropDownMenu)(表格)
https://github.com/dopcn/DOPDropDownMenu/
GCD
1.(TaskQueue) 队列,GCD的封装等
https://github.com/icanzilb/TaskQueue
表格相关
1.(DZNEmptyDataSet) 空白表格提示
https://github.com/dzenbot/DZNEmptyDataSet
2.(UUChatTableView) 聊天对话
https://github.com/ZhipingYang/UUChatTableView
3.(MGSwipeTableCell)可以左右滑动cell
https://github.com/MortimerGoro/MGSwipeTableCell
4.(JZTableViewRowAction) 侧滑多按钮
https://github.com/JazysYu/JZTableViewRowAction
下拉(上拉)控件
1.(CBStoreHouseRefreshControl)
https://github.com/coolbeet/CBStoreHouseRefreshControl
2.(MJRefresh)
https://github.com/CoderMJLee/MJRefresh
日期,日历插件
1.(UUDatePicker)时间选择
https://github.com/CoderXL/UUDatePicker
2.(DateTools) 获取时间,时间比较等
https://github.com/MatthewYork/DateTools
数据操作
1.(GVUserDefaults)对NSUserDefaults的操作
https://github.com/gangverk/GVUserDefaults
2.(FMDB)
3.(YTKKeyValueStore)对数据库的一个简单封装
https://github.com/yuantiku/YTKKeyValueStore
网络相关
1.(NetworkEye)网络调试库
https://github.com/coderyi/NetworkEye/blob/master/README_Chinese.md
2.(Just) 网络请求封装
https://github.com/JustHTTP/Just
3.(Alamofire) swift版的网络请求封装
https://github.com/Alamofire/Alamofire
控件相关
1.(MLEmojiLabel)label(可以显示图片,电话,连接等)
https://github.com/molon/MLEmojiLabel
2.(BButton) 对按钮的封装
https://github.com/mattlawer/BButton
3.(TTTAtributedLabel)
https://github.com/TTTAttributedLabel/TTTAttributedLabel
4.(LTMorphingLabel)动态文字改变的label
https://github.com/lexrus/LTMorphingLabel
5.(YYText)表情,图片,控件等
https://github.com/ibireme/YYText
图片处理
1.(AFimageHelper)图片渐变
https://github.com/melvitax/AFImageHelper
2.(MJPhotoBrowser)图片浏览器
https://github.com/azxfire/MJPhotoBrowser
3.(IDMPhotoBrowser)图片浏览器
https://github.com/ideaismobile/IDMPhotoBrowser
其他
1.(Masonry)布局
https://github.com/SnapKit/Masonry
2.(RegexKitLite)正则表达式
https://github.com/wezm/RegexKitLite
3.(SDWebImage) 图片加载
https://github.com/rs/SDWebImage
4.(TPKeyboardAvoiding)智能键盘
https://github.com/michaeltyson/TPKeyboardAvoiding
5.(ReativeCocoa)响应式编程
https://github.com/ReactiveCocoa/ReactiveCocoa
6.(SwiftyJSON) 快速处理swift json数据
https://github.com/SwiftyJSON/SwiftyJSON
7.(IQKeyboardManager)智能键盘
https://github.com/hackiftekhar/IQKeyboardManager
DEMO
1.(meituan)高仿美团
https://github.com/lookingstars/meituan
2.(Coding-iOS) coding
https://coding.net/u/coding/p/Coding-iOS/git
3.(SXNews)高仿网易新闻客服端
https://github.com/dsxNiubility/SXNews
4.(chuanke)高仿百度传课
https://github.com/lookingstars/chuanke
5.(YiYuanYunGou)高仿一元购
https://github.com/JxbSir/YiYuanYunGou
6.(phphub)
https://github.com/Aufree/phphub-ios
iOS开发常用第三库的更多相关文章
- 2018 6年iOS开发常用的三方库
开发一般APP必备三方库,省力秘籍!!!本篇文章会经常更新最新常用的三方. 1.网络请求库 AFNetworking https://github.com/AFNetworking/AFNetwork ...
- iOS项目开发常用功能静态库
YHDeveloperTools iOS项目开发常用功能静态库 查看源码 功能方法: 1.字符检查 [NSString checkStringWithType:Email andTargetStrin ...
- iOS开发拓展篇—静态库
iOS开发拓展篇—静态库 一.简单介绍 1.什么是库? 库是程序代码的集合,是共享程序代码的一种方式 2.库的分类 根据源代码的公开情况,库可以分为2种类型 (1)开源库 公开源代码,能看到具体实现 ...
- 【转】iOS开发拓展篇—静态库
原文网址:http://www.cnblogs.com/wendingding/p/3893095.html iOS开发拓展篇-静态库 一.简单介绍 1.什么是库? 库是程序代码的集合,是共享程序代码 ...
- iOS开发-常用第三方开源框架介绍
iOS开发-常用第三方开源框架介绍 图像: 1.图片浏览控件MWPhotoBrowser 实现了一个照片浏览器类似 iOS 自带的相册应用,可显示来自手机的图片或者是网络图片,可自动从网 ...
- IOS开发常用设计模式
IOS开发常用设计模式 说起设计模式,感觉自己把握不了笔头,所以单拿出iOS开发中的几种常用设计模式谈一下. 单例模式(Singleton) 概念:整个应用或系统只能有该类的一个实例 在iOS开发我们 ...
- iOS开发--常用技巧 (MJRefresh详解)
iOS开发--常用技巧 (MJRefresh详解) https://github.com/CoderMJLee/MJRefresh 下拉刷新01-默认 self.tableView.head ...
- iOS开发常用第三方库
UI 动画 网络相关 Model 其他 数据库 缓存处理 PDF 图像浏览及处理 摄像照相视频音频处理 响应式框架 消息相关 版本新API的Demo 代码安全与密码 测试及调试 AppleWatch ...
- iOS开发-常用第三方开源框架介绍(你了解的ios只是冰山一角)--(转)
图像: 1.图片浏览控件MWPhotoBrowser 实现了一个照片浏览器类似 iOS 自带的相册应用,可显示来自手机的图片或者是网络图片,可自动从网络下载图片并进行缓存.可对图片进行缩放等操作. 下 ...
随机推荐
- for循环里使用查询如何优化(代码库)
for循环里的查询,只是为了赋值对象中的一个字段,如果每一个都重新查一下数据库,影响效率 应该先进行查询,然后再循环里组装自己需要的业务数据 如下代码:list1 查询出对象的一部分内容,list2 ...
- DMA设计
目录 DMA设计 DMA框架 手册请看英文手册 芯片特性 请求来源 协议简述 基本时序 模式 协议 数据大小的描述 具体完整的实例时序 代码设计 驱动程序 测试程序 测试 参考链接 title: DM ...
- SpringCloud笔记四:Ribbon
目录 什么是Ribbon? Ribbon的配置 Maven引入 开启注解 Ribbon负载均衡 新建provider8002和8003 Ribbon核心组件IRule Ribbon自定义 什么是Rib ...
- RMQ(ST表)
#include<iostream> #include<cstdio> #include<cmath> using namespace std; int N, M, ...
- [再寄小读者之数学篇](2014-06-22 积分不等式 [中国科学技术大学2012年高等数学B考研试题])
函数 $f(x)$ 在 $[0,1]$ 上单调减, 证明: 对于任何 $\al\in (0,1)$, $$\bex \int_0^\al f(x)\rd x\geq \al \int_0^1 f(x) ...
- C#中访问私有成员技巧
源代码是别人的,你就不能修改源代码,只提供给你dll.或者你去维护别人的代码,源代码却有丢失.这样的情况如果你想知道私有成员的值,甚至去想直接调用类里面的私有方法.那怎么办呢?其实在.net中访问私有 ...
- [译]Ocelot - Middleware Injection and Overrides
原文 使用这个特性的时候要小心点. 可以如下一样提供一些中间件用以覆盖默认的中间件: var configuration = new OcelotPipelineConfiguration { Pre ...
- 后台挂载/卸载程序[Linux/Windows]
后台挂载应用程序 即使关闭掉控制台窗口,该程序的进程也将会一直运行下去 #Windows 1.编写bat命令文件[形如:a.bat] 2.cmd执行:start /b a.bat #Linux noh ...
- shell ip变量加法运算
#!/bin/bash for ip in `cat a.txt`;do a=`echo $ip|awk -F '.' '{print $1}'` b=`echo $ip|awk -F '.' '{p ...
- iTOP-4412开发板_驱动_adc驱动升级和测试例程
本文档介绍 iTOP-4412 开发板的 adc 驱动的升级和测试例程.自带的驱动只能支持一路 adc,本文介绍如何修改可以支持 4 路 adc 的控制.1 硬件简介如下图所示,这是 4412 的 d ...