2022-07-03-所有的iOS第三方库

一:第三方插件

1:基于响应式编程思想的oc

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

2:hud提示框

地址:https://github.com/jdg/MBProgressHUD

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

地址:https://github.com/scalessec/Toast

地址:https://github.com/mrackwitz/MRProgress

3:XML/HTML解析

地址:https://github.com/topfunky/hpple

4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置

地址:https://github.com/michaeltyson/TPKeyboardAvoiding

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

5:状态栏提示框

地址:https://github.com/jaydee3/JDStatusBarNotification

地址:https://github.com/cruffenach/CRToast[可以设置方向的通知效果]

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

地址:https://github.com/uzysjung/UzysAnimatedGifPullToRefresh(动态图片效果动画)

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/China131/JHChart

地址:https://github.com/AAChartModel/AAChartKit

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/

地址:https://github.com/12207480/DOPDropDownMenu-Enhanced(优化后的下拉menu)

41:表格空白提示插件

地址:https://github.com/dzenbot/DZNEmptyDataSet

42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)

地址:https://github.com/Seitk/UIView-Shadow-Maker

地址:https://github.com/YotrolZ/YCShadowView

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/JCAlertController

53:圆形进度条的显示,中间可显示值

地址:https://github.com/mdinacci/MDRadialProgress

54:很帅的数据加载动画(可以用于数据列表加载的展现)

地址:https://github.com/NghiaTranUIT/FeSpinner

55:一个开源的AFnetworking上层的封装(第一个猿题库等运用)

地址:https://github.com/yuantiku/YTKNetwork

地址:https://github.com/kangzubin/XMNetworking

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

POP-MCAnimate把Pop封装,更加简单使用Pop

地址:https://github.com/matthewcheok/POP-MCAnimate

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[照片浏览]

地址:https://github.com/questbeat/QBImagePicker[照片选择器 单选多选]

地址:https://github.com/longitachi/ZLPhotoBrowser

地址:https://github.com/banchichen/TZImagePickerController[浏览大图 动态图等优化]

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

地址:https://github.com/avdyushin/FlowLayout

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:色彩插件,如果没有设计师又想一些漂亮的色彩就可以运用Chameleo

地址: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

98:封装多种的头部滚动菜单VTMagic

地址:https://github.com/tianzhuo112/VTMagic

地址:https://github.com/12207480/TYPagerController

99:热更新JSPatch,用JS编写OC的功能

地址:https://github.com/bang590/JSPatch

100:底部CYLTabBarController插件

地址:https://github.com/ChenYilong/CYLTabBarController

101:文件注入插件XAspect,可以针对同一个方法进行注入

地址:https://github.com/xareelee/XAspect

102:路由插件routable-ios及WLRRoute

地址:https://github.com/clayallsopp/routable-ios

地址:https://github.com/Neojoke/WLRRoute

103:最完善的Socket库了:支持异步TCP/UDP,支持GCD,Objective-C接口封装

地址:https://github.com/robbiehanson/CocoaAsyncSocket

104:使用UILabel实现滚动字幕移动效果

地址:https://github.com/cbpowell/MarqueeLabel

105:iOS富文本组件的实现—DTCoreText

地址:https://github.com/Cocoanetics/DTCoreText

106:带图标的PPiAwesomeButton,可以定义图标在左右边

地址:https://github.com/pepibumur/PPiAwesomeButton

107:二维码、扫码、扫一扫、ZXing和ios系统自带扫码封装,扫码界面效果封装

地址:https://github.com/MxABC/LBXScan

108:输入框带下拉框

地址:https://github.com/EddyBorja/MLPAutoCompleteTextField

109:关于时间的显示label,还可以有倒计时,时间格式等

地址:https://github.com/mineschan/MZTimerLabel

110:一个不错的空白提示效果

地址:https://github.com/jinxiansen/JHUD

111:一个照片裁剪器,支持照片的旋转,放大,与任意区域的拖拽裁剪

地址:https://github.com/itouch2/PhotoTweaks

地址:[https://github.com/ruslanskorb/RSKImageCropper也不错]

112:ijkplayer视频直播框架

地址:https://github.com/Bilibili/ijkplayer

113:灵活性很强的UIAlertView效果,可以修改其所有的样式

地址:https://github.com/regexident/DLAlertView

114:一个弹屏效果插件BarrageRenderer

地址:https://github.com/unash/BarrageRenderer

115:刮奖效果插件

地址:https://github.com/moqod/iOS-Scratch-n-See

116:带农历的日期控件

地址:https://github.com/tiger8888/WHUCalendar

117:一个不错的数字键盘及一个自定义键盘

地址:https://github.com/matmartinez/MMNumberKeyboard

地址:https://github.com/DengKaiRong/KRKeyboard

118:腾讯直播开源iOS音视频采集与RTMP推流

地址:https://github.com/goodow/GDLiveStreaming

119:光学识别储蓄卡以及信用卡

地址:https://github.com/card-io/card.io-iOS-SDK

120:UIView圆角处理插件 优化

地址:https://github.com/raozhizhen/JMRoundedCorner

121:一个拥有更平滑的navigationBar切换动画的NavigationController

地址:https://github.com/JNTian/JTNavigationController

122:一个自定义的SearchBar 可以替代系统自带

地址:https://github.com/shaojiankui/JKSearchBar

123:一个操作ICloud异步封装插件

地址:https://github.com/iRareMedia/iCloudDocumentSync

124:一个关于股票K线的插件

地址:https://github.com/yate1996/Y_KLine

125: 一个金额增加动态效果的

地址:https://github.com/jkpang/PPCounter

126:一个不错的搜索展现跟历史插件(默认常见几种样式)

地址:https://github.com/iphone5solo/PYSearch

127:一个全屏手势返回的效果

地址:https://github.com/forkingdog/FDFullscreenPopGesture

128:一个不错的图片轮播插件,支持不同的效果跟样式

地址:https://github.com/qylibohao/BHInfiniteScrollView

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

129:一个中文转拼音的插件

地址:https://github.com/kimziv/PinYin4Objc

130:可以定制每个页面的导航条 RTRootNavigationController

地址:https://github.com/rickytan/RTRootNavigationController

131:弹出箭头指向的菜单效果

地址:https://github.com/lyb5834/YBPopupMenu

地址:https://github.com/lifution/Popover

132:网络请求拦截

地址:https://github.com/hypoyao/GYHttpMock

133:实体映射数据库的插件

地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM

地址:http://wereadteam.github.io/2016/07/06/GYDataCenter

134:是否造成内存泄露的插件MLeaksFinder

地址:https://github.com/Zepo/MLeaksFinder

地址:https://github.com/facebook/FBRetainCycleDetector【运行时自动检测强引用循环】

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

135:iOS 启动连续闪退保护方案

地址:https://github.com/liuslevis/GYBootingProtection

136:微信Mars:微信内部正在使用的网络层封装库,即将开源

地址:https://github.com/52im/mars

137:滚动、卡片、3D动画等效果的插件

地址:https://github.com/nicklockwood/iCarousel

138:WMPlayer视频播放器

地址:https://github.com/zhengwenming/WMPlayer

139:实现类似QQ消息拖拽消失的交互+GameCenter的浮动小球效果

地址:https://github.com/KittenYang/KYCuteView

140:音频框架,实现各种可视化效果EZAudio

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

141:一个不断的底部弹出TabBar的动态效果

地址:https://github.com/Yalantis/FoldingTabBar.iOS

142:iOS 高性能异构滚动视图构建方案 —— LazyScrollView

地址:https://github.com/alibaba/LazyScrollView

143:背景模糊actionsheelt

地址:https://github.com/pchernovolenko/UICustomActionSheet

144:隐藏视图的显示,如果是行可以结合UITableView-FDTemplateLayoutCell一起使用

地址:https://github.com/forkingdog/UIView-FDCollapsibleConstraints

145:商品数量计算器效果

地址:https://github.com/jkpang/PPNumberButton

146:日历插件

地址:https://github.com/shevakuilin/SKCalendarView

147:播放音频的插件

地址:https://github.com/muhku/FreeStreamer

148:SCRecorder 短视频录制

地址:https://github.com/rFlex/SCRecorder

149:自定义摄像头拍照

地址:https://github.com/omergul123/LLSimpleCamera

150:ZFPlayer 视频播放器 可调音量 亮度 左右进度等

地址:https://github.com/renzifeng/ZFPlayer

151:卡片式滚动效果(左右有缩放效果)

地址:https://github.com/DingHub/RPRingedPages(另有SWIFT版本)

152:HXTagsView是一款支持自动布局的标签tag

地址:https://github.com/huangxuan518/HXTagsView

153:权限判断

地址:https://github.com/GREENBANYAN/NSAuthorityManager

154:AES加密、DES加密、RSA加密、MD5加密、sha1加密、HMAC加密、HMACMD5加密

地址:https://github.com/penghero/PGGCrypto

155:滑动标尺 滚动刻度尺

地址:https://github.com/clarkIsMe/scrollRulerView

156: 优雅的主题管理库- 一行代码完成多样式切换

地址:https://github.com/lixiang1994/LEETheme

157:Json文件配置Form表单显示

地址:https://github.com/hyperoslo/Form

158:如果请求超时,您通常必须自己再次调用该请求。AFNetworking+RetryPolicy是一个Objective-c类别,它增加了为使用AFNetworking 发出的请求设置重试逻辑的能力。

地址:https://github.com/kubatruhlar/AFNetworking-RetryPolicy

159:动画框架

地址:http://svga.io/

160:界面数据加载状态提示视图

地址:https://github.com/Metoos/JQLoadingStatusView

161:一键重签名,轻松制作iOS上任意应用或游戏分身、以及Hook后重签名安装到非越狱或越狱设备等

地址:https://github.com/gltwy/LTResign

162 : Charts框架的理解和学习

1.该demo包含了Charts框架的(柱状图、饼状图、饼状图(半圆形)、雷达图、折线图、折线填充图、散点图、K 线图(烛形图)、气泡图、组合图(混合图)的基本使用方法

2.每种图形使用都有详细的注释。(方便理解、调整成自己需要的图形)

3.仅做学习参考

地址:https://github.com/gsyhei/GXSegmentPageView

163 :一行代码封装所有AFNetwork请求,并以URL缓存

对于AFNetwork http请求所有方法的封装,同时增加了YYCache的缓存策略缓存URL的返回(post上传方法均不缓存

一行代码,只需设置url,必要参数,成功的处理Block和失败的处理Block,即可操作并缓存http

地址:https://github.com/DDstrongman/HttpManager

164 : MDB增删改查,单线程多线程全部封装

针对FMDB的增删改查,同步异步功能的封装,不再需要写SQL或使用FMDBQueue,传入NSDictionary或Class即可完成数据库操作。

地址:https://github.com/DDstrongman/SqliteManager

165 :大文件下载、断点续传、后台下载、杀进程继续下载

‘Demo介绍:实现文件下载功能,包含大文件下载,后台下载,杀死进程,重新启动时继续下载,设置下载并发数,监听网络改变等。

地址:https://github.com/HeroWqb/HWDownloadDemo

166 :高仿淘宝首页立方体公告

地址:https://github.com/WuXiaoTu/WBAdViewDemo

167 :生日动画+卡片翻转动画

地址:https://github.com/zhaojijin/ZRAnimation

168 :基础动画

地址:https://github.com/CCBrother/CCAnimation

169 :只需一句!完成仿今日头条转场动画

地址:https://github.com/caimengnan/transformation

170 :仿抖音上下滑动播放视频

地址:https://github.com/QuintGao/GKDYVideo

171 :不管是xib还是纯代码手写,都可以自动计算高度和缓存高度

地址:https://github.com/huangping35/TableViewCellAutoCalHeight_XibOrCode

172 :下载压缩文件

地址:https://github.com/RecheLi/SimpleDownloader

173 :GHDynamicInputView 封装带删除键的TextView,动态计算高

地址:https://github.com/shabake/GHDynamicInputView

174 :行列表头固定,并且表单内容可以上下左右滑动查看的特性,就像Excel视图一样。整个功能就只有一个ExcelView类,逻辑清晰简单,便于阅读和修改定制需求。

地址:https://github.com/pujiaxin33/JXExcel

175 :类似知乎分页(问答页)效果的实现

地址:https://github.com/Winerywine/LikeZhiHuPage

176 : 白板绘制工具,支持涂鸦、单箭头、直线、虚线、双箭头直线、双杠直线、椭圆、圆形、矩形、三角形、圆弧、正余弦、梯形、菱形、五边形、六边形、坐标系、直角坐标系、三维坐标系、球体、三菱锥、圆锥、圆柱、立方体等数学图形手绘。

新增支持撤销、还原、删除等功能。

地址:https://github.com/hi-zhouyn/ZHFigureDrawingLayer

图片下载、缓存、浏览、翻页、缩放、手写板等功能

地址:https://github.com/HeroWqb/HWPhotoBrochure

177 : 验证码输入一种实现思路

地址:https://github.com/HouWan/CodeTextDemo

162 : 一键合成APP引导页,包含不同状态下的引导页操作方式,支持动态图片、静态图片、短视频引导页,支持跳过按钮,立即体验按钮完全自定义

地址:https://github.com/lztbwlkj/MSLaunchView

178 :  自定义游标卡尺弹框,可以记录健康指标(身高、体重、血压、血糖等),并对记录数据绘画折线图

地址:https://github.com/nick8brown/LXHealthIndicatorDemo.git

179 :  图片固定,选区高度自由的图片选择器

地址:https://github.com/myinter/BHImageClippingViewDemo

180 : 树状结构列表-进阶版

地址:https://github.com/bestDew/ZKTreeTableView.git

181 : 简单易用的图片浏览器

地址:https://github.com/Jeykit/MUKit

类似微博照片选择器本次增加切换相册,支持视频等重磅功能

地址:https://github.com/heyode/HEPhotoPicker

仿渐进式加载图片浏览器

地址:https://github.com/xuuhan/HXPhotoBrowser

图片浏览集成模块,支持横竖屏,放大缩小,内存已优化,能够进行多张图片进行查看,淡入浅出的动画效果

地址:https://github.com/TiYcc/ImageBrower

iOS自定义裁剪区域,正方形圆形图片头像裁剪,仿QQ头像裁剪,圆形遮罩,矩型遮罩。

https://github.com/FirstStepzz/LZImageCropping

182 : 放大镜 支持方形和圆形样式两种样式,可设置大小,位置,可设置准星显示隐藏

地址:https://github.com/iotjin/JhMagnifierView

183 :多级联动的表格,可上下左右联动。1、 支持多向联动;2、支持行列任意拓展;3、支持表格上下任意合并。

地址:https://github.com/hi-zhouyn/ZHLinkageChartView

184 :可扩展、可单独分离使用的弹出式评论列表,一般用于查看全部评论

地址:https://github.com/luckyxiangfeng/ZMCommentView

185 : 对百度地图的基础使用 路线、定位、搜索、编码及反编码、关键字查询、及区域查询、自定义范围 导航等 文件较大

地址:https://github.com/YUYINGJIE/YJbaidumap.git

186 :商品详情页面,商品属性选择功能(SKU)

地址:https://github.com/huazhixi/ProductDetailProject

187 : 分页控制器 悬浮 头部视图可自定义

地址:https://github.com/wwmz/WMZPageController

类似淘宝、转转首页,丝般顺滑的上下、左右嵌套滚动视图

地址:https://github.com/pujiaxin33/JXPagingView

用GKPageScrollView实现微博发现页滑动效果

地址:https://github.com/QuintGao/GKPageScrollView

ScrollView嵌套ScrolloView(UITableView 、UICollectionView)解决方案

地址:https://github.com/gltwy/LTScrollView

腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图

地址:https://github.com/pujiaxin33/JXSegmentedView

分页解决方案

地址 :https://github.com/ArchLL/HGSegmentedPageViewController

tableView滑动悬停,包括头部部分多层级cell

地址 :https://github.com/XueYangLee/TableViewFloat

tx视频、zfb垂直滚动切换分类视图

地址:https://github.com/pujiaxin33/JXCategoryView

特斯拉组件、QQ联系人、多页面嵌套滚动、悬停效果、美团、淘宝等嵌套滚动页面

地址:https://github.com/yongyuandouneng/YNPageViewController

187 : 完美解决UIScrollView嵌套滑动手势冲突,适用于更为复杂的个人主页,电商首页,淘宝/天猫店铺页

地址:https://github.com/ArchLL/PersonalCenter-Extend

二:swift第三方插件集合

1:带动画效果的tabBar插件

地址:https://github.com/Ramotion/animated-tab-bar

2:排版布局SnapKit

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

3:转JSON解析

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

地址:https://github.com/alibaba/HandyJSON(JSON转Model)

4:网络请求库Alamofire

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

5:为 UIImageView 添加修正人脸位置功能的 Swift 框架

地址:https://github.com/BeauNouvelle/FaceAware

6:一款非常漂亮的自定义 UISementedControl

地址:https://github.com/twicketapp/TwicketSegmentedControl

7:高度可定制的环形 SlideView

地址:https://github.com/HamzaGhazouani/HGCircularSlider

8:可能是在 Swift 中处理 Date 的最佳方案的框架

地址:https://github.com/malcommac/SwiftDate

9:数据缓存框架

地址:https://github.com/linkedin/RocketData

10:空白提示,带状态 ViewController ,方便快速添加各种状态视图

地址:https://github.com/aschuch/StatefulViewController

11:简单、实用路径可定进程条。

地址:https://github.com/kentya6/KYCircularProgress

地址:https://github.com/kaandedeoglu/KDCircularProgress

12:正则表达式

地址:https://github.com/sharplet/Regex

13:解决国内GPS地图坐标偏移问题,它将政府加密过的GCJ-02坐标,转成世界通用的WGS-84坐标。

地址:https://github.com/googollee/eviltransform

14:Swift响应式库

地址:https://github.com/ReactiveX/RxSwift

15:图表统计插件

地址:https://github.com/danielgindi/ios-charts

16:自动输入补全的插件

地址:https://github.com/filipstefansson/AutocompleteField

17:关键针动画效果

地址:https://github.com/IFTTT/RazzleDazzle

18:新的UICollectionView框架,使用数据驱动,旨在创造一个更快更灵活的列表控件

地址:https://github.com/Instagram/IGListKit

19:向用户巧妙地请求权限

地址:https://github.com/nickoneill/PermissionScope

20:图片加载框架

地址:https://github.com/onevcat/Kingfisher

21:下拉刷新的效果插件

地址:https://github.com/gontovnik/DGElasticPullToRefresh

22:Swift的扩展类

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

23:网络操作层

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

24:做动画插件

地址:https://github.com/MengTo/Spring

25:图片转换插件

地址:https://github.com/shoheiyokoyama/Gemini

26:Gif插件

地址:https://github.com/kirualex/SwiftyGif

三:源代码实例

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

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

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

12:开源的IOS代码集合

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

13:包含各种不错的OC跟Swift的插件集合,插件名单

地址:https://github.com/vsouza/awesome-ios

14:一个关于UITableView针对cell的优化方案VVeboTableViewDemo

地址:https://github.com/johnil/VVeboTableViewDemo

15:一个收集关于IOS面试题

地址:https://github.com/ChenYilong/iOSInterviewQuestions

16:ParseSourceCodeStudy Facebook开源的Parse源码分析

地址:https://github.com/ChenYilong/ParseSourceCodeStudy

17:高仿bilibili项目(集成基于ijkplayer的视频播放器(普通视频、直播视频))

地址:https://github.com/MichaelHuyp/Bilibili_Wuxianda

18:高仿<喵播APP>

地址:https://github.com/SunLiner/MiaowShow

19:一个天气类的APP,里面有丰富的动画效果

地址:https://github.com/YouXianMing/YoCelsius

地址:https://github.com/YouXianMing/Animations(动画实例集合)

地址:https://github.com/YouXianMing/iOS-Design-Patterns(设计模式介绍)

20:Core Animation框架动画效果实例

地址:https://github.com/yixiangboy/IOSAnimationDemo

地址:https://github.com/Zws-China/CAAnimation

21:一个模仿微信的实例MessageDisplayKit

地址:https://github.com/xhzengAIB/MessageDisplayKit

22:关于react native相关学习资料 及源代码实例

地址:https://github.com/reactnativecn/react-native-guide

23:BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案

地址:https://github.com/alibaba/BeeHive

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

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

25:众筹网站 kickstarter 开源其 iOS 应用(swift)

地址:https://github.com/kickstarter/ios-oss

26:常见的设计模式

地址:https://github.com/leichunfeng/DesignPatterns-Objective-C

地址:https://github.com/skyming/Trip-to-IOS-Design-Patterns

27:关于IM的实例 布局操作等

地址:https://github.com/relatedcode/Messenger

四:辅助软件

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

20:JSPatch把简单的OC代码转为JSPatch脚本代码,若复杂还得自个调整

地址:http://bang590.github.io/JSPatchConvertor/

地址:https://github.com/bang590/JSPatchX(编写JSPatch脚本自动补全)

21:插件XcodeColors(让xCode控制台输出文本有颜色)

地址:https://github.com/robbiehanson/XcodeColors

22:自动打包并上传

地址:https://github.com/nomad/shenzhen

地址:https://github.com/LarryEmerson/AutoBuildIpaAndUploadToPgyer

23:代码块模板

地址:https://github.com/Xcode-Snippets/Objective-C

24:头脑风暴画图软件

地址:http://www.xmind.net/download/mac/

25:查看单元格渲染时间--DWURecyclingALert

地址:https://github.com/diwu/DWURecyclingAlert

26:XCode皮肤集合,总有一个适合你

地址:https://github.com/hdoria/xcode-themes

27:代码格式化对齐插件(shift+command+x)

地址:https://github.com/qfish/XAlign

28:图片压缩软件

地址:https://imageoptim.com/mac

29:在线JSON 转义 或去转义等

地址:http://www.sojson.com/yasuo.html

30:Mac上强大的iOS矢量绘图编程软件,paintcode for mac 破解版

31:MobileVLCKit静态库下载链接

地址:http://nightlies.videolan.org/build/ios/

32:Reveal软件下载

地址:http://xclient.info/s/reveal.html

33:格式化代码插件ClangFormat-Xcode

地址:https://github.com/travisjeffery/ClangFormat-Xcode

34:可以查看上架一些相关统计 特别是ASO的统计

地址:http://www.cqaso.com/

35:一个可以编写国际化文件的小软件,提高编辑效果

地址:http://www.peerassembly.com/linguan.html

36:查看项目中没有使用的图片插件

地址:https://github.com/jeffhodnett/Unused

37:一个关于Instuments使用指南.pdf

地址:http://cdn.cocimg.com/bbs/attachment/Fid_6/6_24457_90eabb4ed5b3863.pdf

38:生成2X或3X的图标软件

地址:https://itunes.apple.com/cn/app/app-icon-gear-gao-xiao-dexcode/id989646576?mt=12

39:推送测试工具

地址:https://itunes.apple.com/cn/app/easy-apns-provider/id989622350?mt=12

40:Swift学习资源集合

地址:https://github.com/ipader/SwiftGuide

41:Swift一个方便的集合超过365本地Swift 3扩展,以提高您的生产力

地址:https://github.com/omaralbeik/SwifterSwift

42:验证HTTPS证书域名是否有效

地址:https://www.qcloud.com/product/ssl

43:在线编码解码

地址:http://tool.chinaz.com/tools/urlencode.aspx

44:收集一些IOS文章跟源代码地址LearningIOS 学习资料

地址:https://github.com/zhouhuanqiang/LearningIOS

45:任务卡片管理

地址:https://trello.com/

46:微信小实例资料收集

地址:https://github.com/justjavac/awesome-wechat-weapp

47:单元测试框架KIWI、Quick,(UI层测试)KIF

地址:https://github.com/kiwi-bdd/Kiwi

地址:https://github.com/Quick/Quick(OC跟SWIFT都支持)

地址:https://github.com/kif-framework/KIF(测试UI)

48:一个JSON转OC SWIFT的对象属性文件

地址:https://github.com/Ahmed-Ali/JSONExport

49:RAC中文学习资料

地址:https://github.com/ReactiveCocoaChina/ReactiveCocoaChineseResources

50:获取图片的EXIF信息网站

地址:https://exif.cn/

51:ios核心动画高级技巧

地址:https://www.gitbook.com/book/zsisme/ios-/details

52:计算代码量的小插件

地址:https://github.com/jkpang/PPRows

53:在线Linux命令搜索

地址:https://jaywcjlove.github.io/linux-command

54:gitHub中的readme一些图标

地址:https://github.com/EyreFree/GitHubBadgeIntroduction

55:Json字符串转实体

地址:https://github.com/czhen09/ESJsonFormatForMac

56:OC一些不错文章跟技术点收集

地址:https://github.com/aozhimin/awesome-iOS-resource

57:OC一些算法知识

地址:https://github.com/MisterBooo/Play-With-Sort-OC

58:苹果字体查询网站

地址:http://iosfonts.com/

59:React Native知识收集

地址:https://github.com/reactnativecn/react-native-guide

地址:https://github.com/jondot/awesome-react-native

60:Omniplan for mac计划软件

地址:http://www.pc6.com/mac/112021.html

61:关于视频转成GIF软件:gifski

原文:https://www.jianshu.com/p/cd1c1c95c003

作者:倒着游的鱼

链接:https://www.jianshu.com/p/ed6be9d6b067

来源:简书

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 158,425评论 4 361
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,058评论 1 291
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 108,186评论 0 243
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,848评论 0 204
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,249评论 3 286
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,554评论 1 216
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,830评论 2 312
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,536评论 0 197
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,239评论 1 241
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,505评论 2 244
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,004评论 1 258
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,346评论 2 253
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 32,999评论 3 235
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,060评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,821评论 0 194
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,574评论 2 271
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,480评论 2 267

推荐阅读更多精彩内容