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 自带的相册应用,可显示来自手机的图片或者是网络图片,可自动从网络下载图片并进行缓存.可对图片进行缩放等操作. 下 ...
随机推荐
- 使用mongo-express管理mongodb数据库
前面的话 本文将详细介绍一款用nodejs开发的基于Web的mongodb数据库管理工具mongo-express 安装 首先,全局安装 mongo-express 包 npm install -g ...
- Codeforce Round #554 Div.2 C - Neko does Maths
数论 gcd 看到这个题其实知道应该是和(a+k)(b+k)/gcd(a+k,b+k)有关,但是之后推了半天,思路全无. 然而..有一个引理: gcd(a, b) = gcd(a, b - a) = ...
- hdu5238 calculator (线段树+crt)
(并不能)发现29393不是质数,而是等于7*13*17*19 于是可以用四个线段树分别维护模意义下,对x进行一个区间的操作后的值 最后再把这四个的答案用crt拼起来 也可以不crt,而是预处理0~2 ...
- vue实战记录(二)- vue实现购物车功能之创建vue实例
vue实战,一步步实现vue购物车功能的过程记录,课程与素材来自慕课网,自己搭建了express本地服务器来请求数据 作者:狐狸家的鱼 本文链接:vue实战-实现购物车功能(二) GitHub:sue ...
- macOS卸载应用不彻底
总觉得macOS卸载应用时直接移到废纸篓卸载不干净.配置文件根据Unix的习惯应该存放在用户目录下,还需要删除这些文件. ~/Library/Application Support/(应用程序名称) ...
- Angular6封装http请求
最近抽空学习了一下Angular6,之前主要使用的是vue,所以免不了的也想对Angular6提供的工具进行一些封装,今天主要就跟大家讲一下这个http模块. 之前使用的ajax库是axios,可以设 ...
- oracle 查询数据库的各种命令
以下查询都是使用plsql查询oracle 11g 1.查询数据库版本信息 select * from v$version; 2.查询数据库优化模式 select name, value from v ...
- pta寒假作业2
题目二币值转换 题目代码 #include<stdio.h> int main (void) { int n, initial_n; scanf("%d", & ...
- linux中使用gdb调试程序
ref:https://blog.csdn.net/tenfyguo/article/details/8159176 一,什么是coredump 我们经常听到大家说到程序core掉了,需要定位解决, ...
- PageRank算法--从原理到实现
本文将介绍PageRank算法的相关内容,具体如下: 1.算法来源 2.算法原理 3.算法证明 4.PR值计算方法 4.1 幂迭代法 4.2 特征值法 4.3 代数法 5.算法实现 5.1 基于迭代法 ...