2019-01-10

2019-01-10  本文已影响0人  XfXf

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

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

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

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

上一篇下一篇

猜你喜欢

热点阅读