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 自带的相册应用,可显示来自手机的图片或者是网络图片,可自动从网络下载图片并进行缓存.可对图片进行缩放等操作. 下 ...
随机推荐
- jsp篇 之 Jsp中的内置对象和范围对象
Jsp中的内置对象: 在jsp页面代码中不需要声明,直接可以使用的对象. 一共有[9个内置对象]可以直接使用. 对象类型 名字 PageContext pageC ...
- HBase轻松入门之HBase架构图解析
2018-12-13 2018-12-20 本篇文章旨在针对初学者以我本人现阶段所掌握的知识就HBase的架构图中各模块作一个概念科普.不对文章内容的“绝对.完全正确性”负责. 1.开胃小菜 关于HB ...
- Linux-安装Windows字体
Linux 服务器安装Windows字体 直接上步骤: Windows字体包下载链接:https://pan.baidu.com/s/1ks9a70snHo02CTuqTrQhhg 提取码:7aw5 ...
- golang 代码笔记
锁 互斥锁,g0获取锁,到释放锁之间,g1去获取锁失败,阻塞,g0释放锁之后g1获取锁成功,gn阻塞. package main import ( "fmt" "sync ...
- 团体程序设计天梯赛(CCCC) L3021 神坛 的一些错误做法(目前网上的方法没一个是对的) 和 一些想法
团体程序设计天梯赛代码.体现代码技巧,比赛技巧. https://github.com/congmingyige/cccc_code
- Node.js模块化教程
Node.js模块化教程 下载安装node.js 创建项目结构 |-modules |-module1.js |-module2.js |-module3.js|-app.js|-package.js ...
- Windows启动过程(MBR引导过程分析)
catalogue . 电脑启动过程 . MBR分析(master boot record) - 位于整个硬盘的 扇区 . DBR(DOS boot record) - 位于柱面0,磁头1,扇区1,即 ...
- 横向滚动布局 white-space:nowrap
float + 两层DOM实现 html <div class="container"> <div class="div1 clearfix" ...
- JDBC 关闭数据库连接与自动提交【转】
// Jdbc关闭数据库连接时,会隐含一个提交事务的操作 private final static String DB_DRIVER = "oracle.jdbc.driver.Oracle ...
- html css hover也会冒泡
<HEAD> <style type="text/css"> div:hover { color:blue !important; } </style ...