美文网首页
swift 常用第三方框架

swift 常用第三方框架

作者: 张文进 | 来源:发表于2023-10-19 16:14 被阅读0次

  #接口返回数据解析

  # https://github.com/alibaba/HandyJSON

  # https://github.com/SwiftyJSON/SwiftyJSON

  pod 'HandyJSON'

  pod 'SwiftyJSON'

  #页面布局 Masory的swift版本

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

  pod 'SnapKit'

  #网络请求

  # https://github.com/Alamofire/Alamofire

  pod 'Alamofire','~> 5.6.2'

  #视图快速创建器

  # https://github.com/devxoul/Then

  pod 'Then'

  #颜色Hex

  # https://github.com/zenangst/Hue

  pod 'Hue'

  #键盘弹出

  # https://github.com/acegg/IQKeyboardManagerSwift

  pod 'IQKeyboardManagerSwift'

  #Swift拓展的集合

  # https://github.com/SwifterSwift/SwifterSwift

  pod 'SwifterSwift/SwiftStdlib'

  pod 'SwifterSwift/Foundation'

  pod 'SwifterSwift/UIKit'

  #空列表展示

  # https://github.com/Xiaoye220/EmptyDataSet-Swift

  pod 'EmptyDataSet-Swift'

  #图片选择包含拍照

  # https://github.com/longitachi/ZLPhotoBrowser

  pod 'ZLPhotoBrowser'

  #图片预览包含文字介绍

  # https://github.com/suzuki-0000/SKPhotoBrowser

  pod 'SKPhotoBrowser'

  #上面类型下面列表

  # https://github.com/kingsic/SGPagingView

  # https://github.com/gltwy/LTScrollView

  # https://github.com/pujiaxin33/JXPagingView

  pod 'SGPagingView'

  pod 'LTScrollView'

  pod 'JXPagingView/Paging'

  #个性化轮播图

  # https://github.com/Coder-TanJX/JXBanner

  # https://github.com/WenchaoD/FSPagerView

  pod 'JXBanner'

  pod 'FSPagerView'

  #扫一扫

  # https://github.com/MxABC/swiftScan.git

  pod 'swiftScan'

  # EFQRCode 是一个轻量级的、用来生成和识别二维码的纯 Swift 库  https://github.com/EFPrefix/EFQRCode

  pod 'EFQRCode'

  #表单

  # https://github.com/xmartlabs/Eureka

  pod 'Eureka'

  #数据保存本地

  # https://github.com/sunshinejr/SwiftyUserDefaults

  pod 'SwiftyUserDefaults'

  #第一次使用APP时 使用介绍弹窗

  # https://github.com/ephread/Instructions

  pod 'Instructions'

  #数组处理框架 无需扩展任何内置对象就为Swift语言提供有效的函数式编程辅助方法

  # https://github.com/ankurp/Dollar  使用前先看文档

  pod 'Dollar'

  #个性化加载动画

  # https://github.com/ninjaprox/NVActivityIndicatorView

  pod 'NVActivityIndicatorView'

  #个性化弹窗

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

  pod 'SCLAlertView'

  #AttributedString

  # https://github.com/lixiang1994/AttributedString

  pod 'AttributedString'

  # https://github.com/delba/TextAttributes

  pod 'TextAttributes'

  #个性化输入框

  # https://github.com/Skyscanner/SkyFloatingLabelTextField

  # https://github.com/raulriera/TextFieldEffects

  pod 'SkyFloatingLabelTextField'

  pod 'TextFieldEffects'

  #个性化textView

  # https://github.com/FluidGroup/NextGrowingTextView

  pod 'NextGrowingTextView'

  #获取设备信息

  # https://github.com/devicekit/DeviceKit

  pod 'DeviceKit'

  #很方便的定时器

  # https://github.com/radex/SwiftyTimer

  pod 'SwiftyTimer'

  #按钮下拉选择

  # https://github.com/AssistoLab/DropDown

  pod 'DropDown'

  #步骤视图

  # https://github.com/badrinathvm/StepperView

  pod 'StepperView'

  #骨架屏

  # https://github.com/Juanpe/SkeletonView

  pod 'SkeletonView'

  #动态点击label

  # https://github.com/optonaut/ActiveLabel.swift

  pod 'ActiveLabel'

  #新版本

  # https://github.com/ArtSabintsev/Siren

  pod 'Siren'

  # https://github.com/tbaranes/VersionTrackerSwift

  pod 'VersionTrackerSwift'

  #倒计时label

  # https://github.com/suzuki-0000/CountdownLabel

  pod 'CountdownLabel'

  #顶部通知

  # https://github.com/Daltron/NotificationBanner

  pod 'NotificationBannerSwift'

  #点击按钮跳转动画 登录成功进入主界面动画

  # https://github.com/AladinWay/TransitionButton

  pod 'TransitionButton'

  #检查网络状态

  # https://github.com/tonymillion/Reachability

  pod 'ReachabilitySwift'

  #先学会了,再在项目中使用

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

  pod 'RxSwift'

  pod 'RxCocoa'

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

  pod "PromiseKit/CorePromise"

  # https://github.com/ReactiveCocoa/ReactiveSwift

  pod 'ReactiveSwift'

  #防止截屏和录屏

  # https://github.com/RyukieSama/Swifty

  pod 'RyukieSwifty/ScreenShield'

  #侧边栏

  # https://github.com/jonkykong/SideMenu

  pod 'SideMenu'

  pod 'pop', :git => 'https://github.com/facebook/pop.git'

  #快捷设置字体

  # https://github.com/Nirma/UIFontComplete

  pod 'UIFontComplete'

  # 精致的图表,很好用

  # https://github.com/AAChartModel/AAChartKit-Swift

  pod 'AAInfographics'

  # 自定义弹窗

  # https://github.com/huri000/SwiftEntryKit

  pod 'SwiftEntryKit'

  # https://github.com/SwiftKickMobile/SwiftMessages

  pod 'SwiftMessages'

  # Radio https://github.com/yonat/RadioGroup

  pod 'RadioGroup'

  #加载渐变色条 https://github.com/fxm90/GradientLoadingBar

  pod 'GradientLoadingBar'

  #设置View渐变色

  pod "Gradients"

  #websocket

  # https://github.com/socketio/socket.io-client-swift

  pod 'Socket.IO-Client-Swift'

  #矢量图动画加载

  # https://github.com/airbnb/lottie-ios

  pod 'lottie-ios'

  # 下拉框菜单选择

  # https://popmenu.cali.so/zh/guide/

  pod 'NewPopMenu'

  #加密

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

  pod 'CryptoSwift'

  # Radio选择

  # https://github.com/yonat/RadioGroup

  pod 'RadioGroup'

  #多语言

  #https://github.com/marmelroy/Localize-Swift

  pod 'Localize-Swift', '~> 3.2'

  #-------------------------------------------------------------OC库---------------------------------------------------------------------------------------------

  #腾讯基础库  https://github.com/Tencent/QMUI_iOS

  # https://qmuiteam.com/ios

  pod 'QMUIKit'

  #页面布局框架

  # https://github.com/zhenglibao/FlexLib

  pod 'FlexLib'

  pod 'FlexLib/preview'

  #图片加载  加载动图

  # https://github.com/SDWebImage/SDWebImage

  # https://github.com/Flipboard/FLAnimatedImage

  pod 'SDWebImage'

  pod 'FLAnimatedImage'

  #普通轮播图

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

  pod 'SDCycleScrollView'

  #下拉刷新

  # https://github.com/CoderMJLee/MJRefresh

  pod 'MJRefresh'

  #控制器作为小弹窗弹出

  # https://github.com/kevin-lyn/STPopup

  pod 'STPopup'

  #获取设备UUID

  # https://github.com/fabiocaccamo/FCUUID

  pod 'FCUUID'

  #时间 省市区选择

  # https://github.com/91renb/BRPickerView

  pod 'BRPickerView'

  #日历

  # https://github.com/WenchaoD/FSCalendar

  pod 'FSCalendar'

  #开屏广告

  # https://github.com/CoderZhuXH/XHLaunchAd

  pod 'XHLaunchAd'

  #第一次打开APP引导图

  # https://github.com/ealeksandrov/EAIntroView

  pod 'EAIntroView'

  #----------------------------------------------------------第三方库文件----------------------------------------------------------------

  #腾讯bug检测

  # https://bugly.qq.com/v2/

  pod 'Bugly'

相关文章

网友评论

      本文标题:swift 常用第三方框架

      本文链接:https://www.haomeiwen.com/subject/fpuhidtx.html