把平时看到或项目用到的一些插件进行整理,文章后面分享一些不错的实例,若你有其它的插件欢迎分享,不断的进行更新~

一:第三方插件 
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

二:源代码实例 
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 
  
  
三:辅助软件 
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比较常用的第三方组件及应用源代码(持续更新中)的更多相关文章

  1. 平时常用的Visual Studio操作技巧,持续更新中……

    移除未使用的命名空间--方法1:右键--"组织using"--"移除未使用的using"--方法2:Shift+F10--"O"-" ...

  2. .net开发中常用的第三方组件

    .net开发中常用的第三方组件 2013-05-09 09:33:32|  分类: dotnet |举报 |字号 订阅     下载LOFTER 我的照片书  |   RSS.NET.dll RSS. ...

  3. 【前端】Util.js-ES6实现的常用100多个javaScript简短函数封装合集(持续更新中)

    Util.js (持续更新中...) 项目地址: https://github.com/dragonir/Util.js 项目描述 Util.js 是对常用函数的封装,方便在实际项目中使用,主要内容包 ...

  4. git常用命令(持续更新中)

    git常用命令(持续更新中) 本地仓库操作git int                                 初始化本地仓库git add .                       ...

  5. 【github&&git】4、git常用命令(持续更新中)

    git常用命令(持续更新中) 本地仓库操作git int                                 初始化本地仓库git add .                       ...

  6. iOS --- 总结Objective-C中经常使用的宏定义(持续更新中)

    将iOS开发中经常使用的宏定义整理例如以下,仅包括Objective-C. 而对于Swift,不能使用宏,则能够定义全局函数或者extension.请參考博客iOS - 总结Swift中经常使用的全局 ...

  7. H5移动端IOS/Android兼容性总结,持续更新中…

    H5移动端IOS/Android兼容性总结,持续更新中… 1. IOS不识别日期 new Date("2018-07-01 08:00:00")在Android下正常显示可以直接进 ...

  8. 公司用中会用到的iOS开源库和第三方组件(不断更新...)

    分享一些目前我个人接触到的一些第三方组件和开源的库, 感谢开源, 减少了我们的开发成本, 节约了我们大量的时间, 让我们有更多的时间和精力专注做我们自己的产品.总有没有接触过的 , 总有你会用到的 , ...

  9. .NET6中一些常用组件的配置及使用记录,持续更新中。。。

    NET6App 介绍 .NET 6的CoreApp框架,用来学习.NET6的一些变动和新特性,使用EFCore,等一系列组件的运用,每个用单独的文档篇章记录,持续更新文档哦. 如果对您有帮助,点击右上 ...

随机推荐

  1. Asp.Net Core 项目实战之权限管理系统(2) 功能及实体设计

    0 Asp.Net Core 项目实战之权限管理系统(0) 无中生有 1 Asp.Net Core 项目实战之权限管理系统(1) 使用AdminLTE搭建前端 2 Asp.Net Core 项目实战之 ...

  2. iOS项目开发中的知识点与问题收集整理①(Part 一)

    前言部分 注:本文并非绝对原创 大部分内容摘自 http://blog.csdn.net/hengshujiyi/article/details/20943045 文中有些方法可能已过时并不适用于现在 ...

  3. 征途 bzoj 4518

    征途(1s 256MB)journey [问题描述] Pine开始了从S地到T地的征途. 从S地到T地的路可以划分成n段,相邻两段路的分界点设有休息站. Pine计划用m天到达T地.除第m天外,每一天 ...

  4. A2W、W2A、A2T、T2A的使用方法

    1.A2W和W2A 在<Window核心编程>,多字节和宽字节之间转换比较麻烦的,MultiByteToWideChar函数和WideCharToMultiByte函数有足够多的参数的意义 ...

  5. java面试题——集合框架

    先来看一下集合框架关系图 Collection FrameWork 如下: Collection ├List │├LinkedList │├ArrayList │└Vector │ └Stack └S ...

  6. quartz定时+log4net日志+exchangeservice发邮件

    main using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sys ...

  7. jvm内存溢出分析

    概述 jvm中除了程序计数器,其他的区域都有可能会发生内存溢出 内存溢出是什么? 当程序需要申请内存的时候,由于没有足够的内存,此时就会抛出OutOfMemoryError,这就是内存溢出 内存溢出和 ...

  8. DOM加载过程中ready和load的区别

    在浏览器地址栏输入URL地址,浏览器开始加载页面时,有以下几个过程 1.浏览器开始解析HTML文档 2. 浏览器遇到HTML文档中的<script>元素以及CSS样式文件,并且没有asyn ...

  9. 响应式手机商城页面顶部样式HTML代码

    本特效支持PC浏览器和触屏浏览器. 效果展示 http://hovertree.com/texiao/bootstrap/8/ 手机扫描二维码体验效果: HTML代码如下: <!DOCTYPE ...

  10. Java基础知识【下】( 转载)

    http://blog.csdn.net/silentbalanceyh/article/details/4608360 (最终还是决定重新写一份Java基础相关的内容,原来因为在写这一个章节的时候没 ...