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 自带的相册应用,可显示来自手机的图片或者是网络图片,可自动从网络下载图片并进行缓存.可对图片进行缩放等操作. 下 ...
随机推荐
- Linux取代ifconfig指令的ip指令
- java9最新发布
链接:http://pan.baidu.com/s/1slbRFa9 密码:hcdj 给大家分享可以去下载 已接受的特性 1. Jigsaw 项目:模块化JDK源码 Jigsaw项目即JEP201是为 ...
- 【Spring】Spring Data JPA
原始JDBC操作数据库 传统JDBC方式实现数据库操作 package com.imooc.util; import java.io.InputStream; import java.sql.*; i ...
- mac/Linux/centos ssh连接服务器以及跳板机,实现类型Xshell 功能
1. 由于之前一段时间,公司测试服务器需要有跳板机这种操作,由于mac机器上没有类似Xshell这种程序,所以,只能自己造轮子啦. 本程序采用Shell+Expect脚本编写 具体代码请查看:http ...
- Win10激活工具
W10数字许可激活C#版v2.8.0百度网盘下载地址:https://pan.baidu.com/s/1TD0PVxIfB2NTarAuP9NJbQ直接下载地址:FTP://A@OS.X6X8.COM ...
- pymongo 使用方法(增删改查)
#!/usr/bin/env python # -*- coding:utf-8 -*- """ MongoDB存储 在这里我们来看一下Python3下MongoDB的存 ...
- linux log4j乱码问号的解决
原因: linux本地设置的文件编码格式不是UTF-8 解决办法: 运行locale命令看一下结果: 把LC_CTYPE修改为“zh_CN.UTF-8”: cd ~/ vi .bashrc 添加: L ...
- jQuery使用(十三):工具方法
proxy() onConflict() each() map() parseJson() makeArray() proxy() $.proxy()的实现机制与原生javaScript中的bind( ...
- LCA(ST倍增)
时间复杂度: dfs树,求st表(状态数组f):O(NlgN) 处理M个查询:O(MlgN) 总:O((M+N)lgN) #include<iostream> #include<cs ...
- DUMP101 企业级电商FE
需求拆分原则 1. 单个迭代不能太大 2. 需求可交付,功能闭环 3. 成本意识 二八法则 4. 预期价值体现 ……………………………………………………………………………… 做 [直接 git cl ...