ios开发--第三方整理
一:第三方插件
1:基于响应式编程思想的oc
地址:https://github.com/ReactiveCocoa/ReactiveCocoa
2:hud提示框
地址:https://github.com/jdg/MBProgressHUD
3:XML/HTML解析
地址:https://github.com/topfunky/hpple
4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置
地址:https://github.com/michaeltyson/TPKeyboardAvoiding
5:状态栏提示框
地址:https://github.com/jaydee3/JDStatusBarNotification
6:block工具包。将很多需要用delegate实现的方法整合成了block的形式
地址:https://github.com/zwaldowski/BlocksKit
7:图片加载
地址:https://github.com/rs/SDWebImage
8:正则表达式
地址:https://github.com/wezm/RegexKitLite
9:Masonry代码布局
地址:https://github.com/SnapKit/Masonry
10:弹出窗
地址:https://github.com/sberrevoets/SDCAlertView
11:Button的样式
地址:https://github.com/mattlawer/BButton
12:验证网络连接状态
地址:https://github.com/tonymillion/Reachability
13:自动计算表格行高
地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell
14:动画效果的启动页
地址:https://github.com/IFTTT/JazzHands
15:iOS快速简单集成国内三大平台分享
地址:https://github.com/xumeng/XMShareModule
16:五项能力值展示的五边形
地址:https://github.com/dsxNiubility/SXFiveScoreShow
17:自动识别网址号码邮箱和表情的label
地址:https://github.com/molon/MLEmojiLabel
18:IM对话功能的封装
地址:https://github.com/ZhipingYang/UUChatTableView
19:字典转模型框架
地址:https://github.com/CoderMJLee/MJExtension
20:下拉上拉刷数据
地址:https://github.com/CoderMJLee/MJRefresh
21:表格行左右划动菜单
地址:https://github.com/MortimerGoro/MGSwipeTableCell
22:图文混搭
地址:https://github.com/zhouande/TLAttributedLabel
23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图
地址:https://github.com/DrummerB/BFNavigationBarDrawer
24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。
地址:https://github.com/Nyx0uf/NYXImagesKit
25:底部TabBar
地址:https://github.com/robbdimitrov/RDVTabBarController
26:表情面版
地址:https://github.com/ayushgoel/AGEmojiKeyboard
27:记录框架
地址:https://github.com/CocoaLumberjack/CocoaLumberjack
28:IOS与javascript交互
地址:https://github.com/marcuswestin/WebViewJavascriptBridge
29:图表统计展示
地址:https://github.com/kevinzhow/PNChart
30:appStore评分
地址:https://github.com/arashpayan/appirater
31:iOS-Categories 扩展类大全
地址:https://github.com/shaojiankui/IOS-Categories
32:扫描二维码,仿微信效果,带有扫描条
地址:https://github.com/JxbSir/JxbScanQR
33:动效弹出视图(弹出窗里面为文字,可以定义弹出的方向,及显示的时间)--AMPopTip
地址:https://github.com/andreamazz/AMPopTip
34:基于Masonry自动计算行高扩展
地址:https://github.com/632840804/HYBMasonryAutoCellHeight
35:模仿新浪微博弹出菜单
地址:https://github.com/wwdc14/HyPopMenuView
36:搜索历史标签
地址:https://github.com/zhiwupei/SearchHistory
37:快速集成新手引导的类库
地址:https://github.com/StrongX/XSportLight
38:设置页面的封装
地址:https://github.com/renzifeng/ZFSetting
39:带箭头的弹出视图插件
地址:https://github.com/xiekw2010/DXPopover
40:下拉菜单插件
地址:https://github.com/dopcn/DOPDropDownMenu/
41:表格空白提示插件
地址:https://github.com/dzenbot/DZNEmptyDataSet
42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)
地址:https://github.com/Seitk/UIView-Shadow-Maker
43:不错的日期时间插件
地址:https://github.com/CoderXL/UUDatePicker
44:底部弹出选择
地址:https://github.com/skywinder/ActionSheetPicker-3.0
45:比较不错的引导页面插件
地址:https://github.com/ealeksandrov/EAIntroView
46:两个APP跳转的插件
地址:https://github.com/usebutton/DeepLinkKit
47:本地存取NSUserDefaults插件
地址:https://github.com/gangverk/GVUserDefaults
48:NSArray 和 NSDictionary关于LINQ的操作方式,封装一些常用的操作
地址:https://github.com/ColinEberhardt/LinqToObjectiveC
49:可以监控网络请求的内容
地址:https://github.com/coderyi/NetworkEye
50:时间帮助插件,可以快速获取时间,比较,增加等操作
地址:https://github.com/MatthewYork/DateTools
51: 不错的链式动作
地址:https://github.com/jhurray/JHChainableAnimations
52:弹出层视图,背景效果(可以自定义视图的内容)
地址:https://github.com/HJaycee/JCAlertView
53:圆形进度条的显示,中间可显示值
地址:https://github.com/mdinacci/MDRadialProgress
54:很帅的数据加载动画(可以用于数据列表加载的展现)
地址:https://github.com/NghiaTranUIT/FeSpinner
55:一个开源的AFnetworking上层的封装(猿题库等运用)
地址:https://github.com/yuantiku/YTKNetwork
56:CBStoreHouseRefreshControl:一个效果很酷炫的下拉刷新控件
地址:https://github.com/coolbeet/CBStoreHouseRefreshControl
57:AFNetworking-RACExtensions:针对ReactiveCocoa的AF封装
地址:https://github.com/CodaFi/AFNetworking-RACExtensions
58:模糊效果(毛玻璃)
地址:https://github.com/nicklockwood/FXBlurView
二:源代码实例
1:Coding.net客户端
地址:https://coding.net/u/coding/p/Coding-iOS/git
2:高仿美团iOS版
地址:https://github.com/lookingstars/meituan
3:模仿网易新闻做的精仿网易新闻
地址:https://github.com/dsxNiubility/SXNews
4:支付宝高仿版
地址:https://github.com/gsdios/GSD_ZHIFUBAO
5:高仿百度传课iOS版
地址:https://github.com/lookingstars/chuanke
6:模仿一元云购
地址:https://github.com/JxbSir/YiYuanYunGou
7:wordpress源代码
地址:https://github.com/wordpress-mobile/WordPress-iOS
8:v2ex源代码(文章类型,若报SVProgressHUD错,则把Podfile中的SVProgressHUD移除)
地址:https://github.com/singro/v2ex
9:PHPHub客户端(IOS8.0以上)
地址:https://github.com/Aufree/phphub-ios
10:快速搭建项目源代码
地址:https://github.com/wujunyang/MobileProject
三:辅助软件
1:XCODE文档注解插件VVDocumenter
地址:https://github.com/onevcat/VVDocumenter-Xcode
2:将JSON格式化输出为模型的属性
地址:https://github.com/EnjoySR/ESJsonFormat-Xcode
3:图片提示插件
地址:https://github.com/ksuther/KSImageNamed-Xcode
4:图片转换插件
地址:https://github.com/rickytan/RTImageAssets
ios开发--第三方整理的更多相关文章
- iOS开发资源整理【01】
一.网站 Code4App 开发者常用库分享网站 GitHub git是一个优秀的分布式版本控制系统 stackoverflow 技术在线问答网站 CocoaChi ...
- iOS开发网络资源整理-持续更新
本文记录iOS开发相关的网络社区和博客 1.objc中国 网址:http://objccn.io 简介:onevcat创建,项目的成立源于国内 Objective-C 社区对 objc.io 的翻译活 ...
- IOS开发-第三方SDWebImage下载网络图片的使用
从网络上请求图片时,没有使用第三方的话,下载会很慢,而且堵塞线程,还要自己处理多线程问题,效果还非常不明显,使用了SDWebImage这个第三方类库之后,下载图片就变的容易多了. SDWebImage ...
- iOS开发第三方库一 IQKeyboardManager
每一个iOS应用的开发者在工作中都会遇到需要用户键盘输入数据的需求,而输入框(UITextField/UITextView)的父界面可能是普通的UIView,也可能是UIScrollView,UITa ...
- ios开发第三方库--cocoapods安装
1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&quo ...
- IOS开发基础知识--碎片42
1:报thread 1:exc_bad_access(code=1,address=0x70********) 闪退 这种错误通常是内存管理的问题,一般是访问了已经释放的对象导致的,可以开启僵尸对象( ...
- iOS开发之 - 键盘处理神器 IQKeyboardManager
平常在开发中,用到输入框的地方不胜其数,当输入框位于屏幕底部时,弹起的键盘很可能覆盖输入框,导致用户看不到输入结果,体验较差...... IQKeyboardManager 可以很简单快捷的解决键盘遮 ...
- iOS开发使用半透明模糊效果方法整理
虽然iOS很早就支持使用模糊效果对图片等进行处理,但尤其在iOS7以后,半透明模糊效果得到大范围广泛使用.包括今年最新发布的iOS8也沿袭了这一设计,甚至在OS X 10.10版Yosemite中也开 ...
- 文顶顶iOS开发博客链接整理及部分项目源代码下载
文顶顶iOS开发博客链接整理及部分项目源代码下载 网上的iOS开发的教程很多,但是像cnblogs博主文顶顶的博客这样内容图文并茂,代码齐全,示例经典,原理也有阐述,覆盖面宽广,自成系统的系列教程 ...
随机推荐
- 16位CPU多周期设计
16位CPU多周期设计 这个工程完成了16位CPU的多周期设计,模块化设计,有包含必要的分析说明. 多周期CPU结构图 多周期CPU设计真值表 对应某一指令的情况,但仅当对应周期时才为对应的输出,不是 ...
- 团队开发---NABC分析
我们的软件初步构想的是版主同学们解决宿舍订桶装水的问题,随着夏季的来临,桶装水的需求量日益加大,而我们订水的过程中常常会遇到这样或那样的问题.再次我只对我们项目中可以直观的看到今日卖家总库存水量和剩余 ...
- android apk 自我保护技术-加密apk
经过了忙碌的一周终于有时间静下来写点东西了,我们继续介绍android apk防止反编译技术的另一种方法.前两篇我们讲了加壳技术(http://my.oschina.net/u/2323218/blo ...
- Python 文件读和写
- 【BZOJ】【2500】幸福的道路
树形DP+单调队列优化DP 好题(也是神题……玛雅我实在是太弱了TAT,真是一个250) 完全是抄的zyf的……orz我还是退OI保平安吧 第一步对于每一天求出一个从第 i 个点出发走出去的最长链的长 ...
- sample a texture as a rendertarget
ID3D11DeviceContext::PSSetShaderResources: Resource being set to PS shader resource slot 0 is still ...
- Oracle 时间处理(加减)
一. 类似SQL SERVER中DateAdd select sysdate,add_months(sysdate,12) from dual; --加1年 select sysdate ...
- JS对象类型的确定
JS是松散类型的语言,这一点JS的对象表现得尤为突出.那么如何来确定JS对象的具体类型呢? 首先,我们可以使用typeof运算符确定其基本类型(number,object,function,undef ...
- SQLserver分页查询实例
Sqlserver数据库分页查询一直是Sqlserver的短板,闲来无事,想出几种方法,假设有表ARTICLE,字段ID.YEAR...(其他省略),数据53210条(客户真实数据,量不大),分页查询 ...
- eclipse sdk 无法更新
最近祖国越来越强了,强得android开发工具都没法更新了,但是祖国再怎么强也阻挡不了我开发的脚步.下面给大家分享个更新android sdk 的方法.方法原理就是利用国内镜像源. 工具/原料 电脑一 ...