一:源代码实例

1:快速搭建项目源代码

地址:https://github.com/wujunyang/MobileProject

MobileProject项目是一个以MVC模式搭建的开源功能集合,基于Objective-C上面进行编写,意在解决新项目对于常见功能模块的重复开发,MobileProject对于项目的搭建也进行很明确的划分,各个模块职责也比较明确,MobileProject也引入的一些常用第三方插件、宏定义、工具帮助类等;整个项目也是在不断更新跟维护中,功能点也会不断更新;代码支持iOS7以后版本

2:高仿美团iOS版

地址:https://github.com/lookingstars/meituan

3:模仿网易新闻做的精仿网易新闻

地址:https://github.com/dsxNiubility/SXNews

4:支付宝高仿版

地址:https://github.com/gsdios/GSD_ZHIFUBAO

4.1:新浪微博高仿版

地址:https://github.com/sam408130/DSLolita

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:Coding.net客户端

地址:https://coding.net/u/coding/p/Coding-iOS/git

11:如何优化UITableView中Cell加载图片的实例

地址:https://github.com/allenhsu/UIScrollView-Samples/tree/master/LazyLoad

12:开源的IOS代码集合

地址:https://github.com/dkhamsing/open-source-ios-apps

13: *tableView中Cell高度自适应

地址:[https://github.com/forkingdog/UITableView-FDTemplateLayoutCell]

14:*textView或textfiled键盘管理

地址:[https://github.com/hackiftekhar/IQKeyboardManager]

15:一个针对iOS模块化开发的解决方案

地址: https://github.com/wujunyang/jiaModuleDemo

16:开源中国

地址:http://git.oschina.net/oschina/iphone-app

二:辅助软件

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

5:测试模拟苹果通知

地址:https://github.com/KnuffApp/Knuff

6: HOStringSense可以在弹出框写NSString,所见及所得

地址:https://github.com/holtwick/HOStringSense-for-Xcode

7:cocoapods-xcode-plugin  pod相关的操作可以在xcode菜单进行

地址:https://github.com/kattrali/cocoapods-xcode-plugin

8:switch枚举的时候会自动生成代码

地址:https://github.com/stefanceriu/SCXcodeSwitchExpander

9:git中关于各个语言的gitignore

地址:https://github.com/github/gitignore

10:FLEX(Flipboard Explorer)是Flipboard官方发布的一组专门用于iOS开发的应用内调试工具

地址:https://github.com/Flipboard/FLEX

11:ponyDebugger是一个远程调试工具包,通过使用Chrome开发者工具来调试iOS应用的网络流量和数据存储

地址:https://github.com/square/PonyDebugger

12: OC编码风格规范

地址:https://github.com/NYTimes/objective-c-style-guide

13:FBMemoryProfiler:Facebook出品的一个实时监测内存使用的库。相比于Xcode自带的Instruments

地址:https://github.com/facebook/FBMemoryProfiler

14:app卡顿问题检测--KMCGeigerCounter(实例可以网上搜索)

地址:https://github.com/kconner/KMCGeigerCounter/

15:生成类的关系图KSHObjcUML

地址:https://github.com/kimsungwhee/KSHObjcUML

16:realm-cocoa实体映射数据库,有自个的数据库(可以替换SQLITE,速度比较快)

地址:https://github.com/realm/realm-cocoa

17:创建文档API,可以快速让APP先调用,并行开发

地址:https://apiary.io/

18:直接查看虚拟器上的沙盒路径simpholders

地址:http://www.maczapp.com/simpholders

19:FastStub实现了类似的功能,能自动解析出某个类头文件,父类,所有protocol里面还没有被实现的方法(ctrl+cmd+k)

地址:https://github.com/music4kid/FastStub-Xcode

三:第三方插件

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(或https://github.com/danielgindi/ios-charts)

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

59:UITableView展开效果的插件

地址:https://github.com/sakkaras/SKSTableView

60:ZIP压缩及解压插件ZipArchive

地址:https://github.com/ZipArchive/ZipArchive

61:自定义UIAlertView

地址:https://github.com/lmcd/LMAlertView

62:Facebook开源的动画库Pop

地址:https://github.com/facebook/pop

63:关于使用facebook动画库的实例集合

地址:https://github.com/schneiderandre/popping

64:iOS应用视图上添加简单闪烁效果Shimmer

地址:https://github.com/facebook/Shimmer

65:ios数据持久化插件,使得Core Data使用起来更加的便捷容易

地址:https://github.com/magicalpanda/MagicalRecord

66:创建缩合的iOS应用程序标题栏

地址:https://github.com/bryankeller/BLKFlexibleHeightBar

67:PDF阅读器核心库

地址:https://github.com/vfr/Reader

68:STPopup使弹出框也有UINavigationController的效果

地址:https://github.com/kevin0571/STPopup

69:基于核心音频,有助于进行实时,低延迟音频处理和可视化的iOS和OSX音频可视化框架

地址:https://github.com/syedhali/EZAudio

70:一个不错的弹出Sheet,可以前进跟后退,适合多个页面

地址:https://github.com/m1entus/MZFormSheetController

71:Aspect库是对面向切面编程的实现,里面封装了Runtime的方法

地址:https://github.com/steipete/Aspects

72:一个不错在无输入源的输入框,如UITableViewCell等

地址:https://github.com/slackhq/SlackTextViewController

73:小红点插件,用于提示未读效果

地址:https://github.com/weng1250/WZLBadge

74:不错的照片选择器,视频选择器,支持单多选

地址:https://github.com/mwaterfall/MWPhotoBrowser

75:含10多种的转场动画效果

地址:https://github.com/ColinEberhardt/VCTransitionsLibrary

76:左右菜单显示(类似QQ导航)

地址:https://github.com/romaonthego/RESideMenu

77:很赞的等待指示动画(比系统自带的帅)

地址:https://github.com/ninjaprox/DGActivityIndicatorView

78:KVOController一个简单安全的KVO(Key-value Observing,键-值观察)工具,提供简单方便、线程安全的API, Facebook的开源项目之一

地址:https://github.com/facebook/KVOController

79:FormatterKit收集了很多构思优秀的NSFormatter子类

地址:https://github.com/mattt/FormatterKit

80:自定义的UIPageControl(可以设置每个的样式)

地址:https://github.com/Spaceman-Labs/SMPageControl

81:使用NJKWebViewProgress做webview进度条(解决先前无法获得进度的问题)

地址:https://github.com/ninjinkun/NJKWebViewProgress

82:修改NavigationBar的显示效果

地址:https://github.com/ltebean/LTNavigationBar/

83:FCUUID获得设备号的替代方式

地址:https://github.com/fabiocaccamo/FCUUID

84:多主题色或者白天黑夜模式的运用

地址:https://github.com/Draveness/DKNightVersion

85:GPUImage是一个基于GPU图像和视频处理的开源框架,提供各种各样的图像处理滤镜

地址:https://github.com/BradLarson/GPUImage

86:YY图片加载插件,可以支持动态,网络本地,渐进式图片加载等

地址:https://github.com/ibireme/YYWebImage

87:封装后的蓝牙帮助库

地址:https://github.com/coolnameismy/BabyBluetooth

88:一个很通用的需求就是引导教程

地址:https://github.com/bubudrc/MPCoachMarks

89:基于MPMoviePlayerController播放器KRVideoPlayer

地址:https://github.com/36Kr-Mobile/KRVideoPlayer

90:UICollection左对齐跟右对齐

地址:https://github.com/mokagio/UICollectionViewLeftAlignedLayout

地址:https://github.com/mokagio/UICollectionViewRightAlignedLayout

91:自定义弹出对话窗,类似系统又可以自定义视图DQAlertView或MMPopupView

地址:https://github.com/dinhquan/DQAlertView

地址:https://github.com/adad184/MMPopupView

92:输入框在焦点获得时会有一个小标题JVFloatLabeledTextField

地址:https://github.com/jverdi/JVFloatLabeledTextField

93:针对一些UI进行显示优化,可以设置一些不同的背景色等

地址:https://github.com/Grouper/FlatUIKit

94:色彩插件,如果没有设计师又想一些漂亮的色彩就可以运用Chameleon

地址:https://github.com/ViccAlexander/Chameleon

95:两个不错的侧边栏显示插件ECSlidingViewController,SWRevealViewController

地址:https://github.com/ECSlidingViewController/

ECSlidingViewController

地址:https://github.com/John-Lluch/SWRevealViewController

96:各式各样的进度条,可以放在不同地方NAV或者图片或者扇形M13ProgressSuite

地址:https://github.com/Marxon13/M13ProgressSuite

97:拉动UITableView时CELL有一摇动的效果AMWaveTransition

地址:https://github.com/andreamazz/AMWaveTransition

转自: 欲先攻其事必先利其器 (第三方资源篇)
里面有很多的高仿知名APP的源代码,可以借签学习,相当不错,

iOS开发三方资源 - 欲先攻其事必先利其器相关推荐

  1. 欲先攻其事必先利其器 (第三方资源篇)

    原文地址:http://www.cocoachina.com/ios/20160719/17078.html http://www.cnblogs.com/wujy/p/4747998.html 把平 ...

  2. 一些常用的iOS开发网站资源分享

    Android 开发程序员必备网站:http://jammk.iteye.com/blog/2335318 ---------------------------------------------- ...

  3. iOS 开发的资源整理

    本文整理了常用的iOS.mac开源项目及类库,是开发者必备的一份资料,现在分享给广大的iOS程序员兄弟们,希望给他们的开发工作带来帮助. UI 下拉刷新 EGOTableViewPullRefresh ...

  4. IOS开发一些资源收集

    从别的地方看到的,多谢作者,现贴在这里备忘. 在线教程 iOS技术概述    我个人感觉这是开始iOS开发第一步,了解一下iOS整体的结构,有哪些支持类库.如何使用类库等等一切基础的概念性指示 iPh ...

  5. iOS开发实现资源包增量更新

      所谓资源包的增量更新是指,比如有一个资源包1.0版本, 现在如果升级到1.1本,那么只需要将1.0的版本信息发送给服务端,服务器端返回一个差分包.将这个差分包和本地的1.0的资源包进行合并生成1. ...

  6. IOS开发之----资源汇总

    学习过程当中查找到的资料,做一个记录,以便更多朋友查看. 开发的过程有时候是简单的,因为我们可以站在巨人的肩上,跳得更高,走得更远. 如何用Facebook graphic api上传视频: http ...

  7. 开发者福利:iOS开发学习资源、解决方案大放送

    百度iOS入门教程http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8c M了个J博客 http://www.cnblogs.com/m ...

  8. (0001) iOS 开发之收集第三方资源篇

    1.欲先攻其事必先利其器 (第三方资源篇) http://www.cocoachina.com/ios/20160719/17078.html 2.最受欢迎的开源项目 http://www.csdn. ...

  9. iOS 开发资源汇总 肯定有你想要的资源(Continuously updated)

    ##写在文前 为什么还要重复造轮子? 我相信在看到这篇文章之前,大家肯定找到了很多iOS资源收集,自学资源,精品资源,开源项目收集,大牛Blog集合等等. 这类文章实在太多太多了,并且也广泛得到大家的 ...

最新文章

  1. 强大的Charles的使用,强大的flutter1.9
  2. 博士申请 | 香港中文大学王思博助理教授招收图表示学习方向全奖博士生
  3. 对ViewPager的理解
  4. openstack-Mitaka Glance上传镜像报错
  5. 数据降维(特征提取)和特征选择有什么区别?
  6. 绝了!一个妹子 rm -rf 把公司整个数据库删没了
  7. glass fish_Glass Fish 4.0.1中的Jersey SSE功能
  8. php正文重复度,百度如何判断网页文章的重复度?两个页面相似度确认方法介绍...
  9. ASP程序密码验证漏洞
  10. vue 生产环境 background 背景图不显示原因
  11. mega linux教程,LINUX 安装MegaRAID Storage Manager (MSM)安装使用教程.doc
  12. 定积分,二重积分,三重积分
  13. 英文斜体复制_斜体英文转换器,斜体英文26个字母可复制
  14. vue设置scrollTop不起作用
  15. OpenCV 外接矩形框 cv2.boundingRect、cv2.minAreaRect
  16. objectArx --- 工具类
  17. GM、VP、FVP、CIO都是什么职位
  18. 魅族手机里的便签怎么导出转移到新的手机上?
  19. 常用页面代码html
  20. 『题解』洛谷P3958 奶酪

热门文章

  1. ArcGIS 保存后在另一台电脑上打开显示无数据的问题
  2. 软件测试自我介绍 说什么才能让面试官一下子记住你!
  3. 自建题库刷题小程序,添加更丰富的练习设置,模糊选项、自动切题、夜间模式、答题音效、答对移除错题、练习完交卷后统计正确率
  4. 从后端开发转大数据开发怎么样?
  5. 7.25 10figting!
  6. NDN全栈: 一、命名数据网络(Named Data Networking)背景介绍
  7. matlab 画卫星轨道,Matlab仿真实例-卫星轨迹
  8. 知到网课美的必修课考试试题|真题题库(含答案)
  9. 逻辑门电路 逻辑运算
  10. 一个普通的小活动让超市回头客源源不断?方案简单到爆