iOS 常用第三方

一些工作中常用的第三方 整理下备用

1.Kingfisher

简介:Kingfisher 是一个下载、缓存网络图片的轻量级纯swift库

引入:pod 'Kingfisher'

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

2.IQKeyboardManagerSwift

简介:自动监听键盘弹出

引入:pod 'IQKeyboardManagerSwift'

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

3.SnapKit

简介:自动布局框架

引入:pod 'SnapKit'

github: https://github.com/SnapKit/SnapKit

4.SCLAlertView

简介:一款好看的弹窗

引入:pod 'SCLAlertView'

github: https://github.com/vikmeup/SCLAlertView-Swift

5.JXSegmentedView

简介:APP分类切换滚动视图

引入:pod 'JXSegmentedView'

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

6.CryptoSwift

简介:加密解密

github: https://github.com/krzyzanowskim/CryptoSwift

7.RxSwift

简介:函数式编程

gitHub: https://github.com/ReactiveX/RxSwift

8.PromiseKit

简介:异步编程

引入:pod "PromiseKit", "~> 6.8"

gitHub:https://github.com/mxcl/PromiseKit

9.DZNEmptyDataSet

简介:空白提示

同类型:LYEmptyView

引入:pod 'DZNEmptyDataSet'

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

10.Chameleon

简介:色彩框架

引入:pod 'ChameleonFramework'

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

11.GPUImage

简介:iOS上开源的基于GPU的图像视频处理框架,以 BSD 协议放出,能够在图像、实时摄像头影像和视频上使用 GPU 加速的滤镜和其他效果。

引入:pod 'GPUImage'

github:http://github.com/BradLarson/GPUImage

12.PKRevealController

简介:侧滑:左右抽屉效果

同类型推荐:RESideMenu

引入:pod 'PKRevealController'

github:https://github.com/pkluz/PKRevealController

13.Spring

简介:动画

引入:pod 'Spring'

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

14.iOS-charts

简介:iOS 图表库

⭐️同类型推荐:PNChart(统计图形绘制),支持CocoaPods

github:https://github.com/danielgindi/Charts

15.SDCycleScrollView

简介:无限循环图片、文字轮播器

引入:pod 'SDCycleScrollView','>= 1.80'

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

16. FDFullscreenPopGesture

简介:全屏返回手势

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

17.TZImagePickerController

简介:一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能

pod 'TZImagePickerController'

github:https://github.com/banchichen/TZImagePickerController

18. TPKeyboardAvoiding

简介:防止键盘被遮挡

同类型:IQKeyboardManagerSwift

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

19.JSBadgeView

简介:右上角角标

pod 'JSBadgeView'

github:https://github.com/JaviSoto/JSBadgeView

20.UITextView+Placeholder

简介:uitextview添加placeholder

github:https://github.com/devxoul/UITextView-Placeholder

21.pop

简介:iOS动画库

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

22.SCLAlertView

简介:比系统更好看的弹框

github:https://github.com/vikmeup/SCLAlertView-Swift

23.RATreeView

简介:多级树形列表

pod "RATreeView", "~> 2.1.2"

github:https://github.com/Augustyniak/RATreeView

24. NextGrowingTextView

简介:自动增长的文本输入框

github:https://github.com/muukii/NextGrowingTextView

你可能感兴趣的:(iOS 常用第三方)