美文网首页
swift 三方库

swift 三方库

作者: 村雨灬龑 | 来源:发表于2023-09-10 13:28 被阅读0次

    上下拉刷新

    pod 'MJRefresh'

    强大的表单库

    pod 'Eureka'

    自定义网格视图

    pod 'CollectionKit'

    加密

    pod 'CryptoSwift'

    RxSwift

    pod 'RxSwift'
    pod 'RxCocoa'

    图表

    pod 'Charts',:inhibit_warnings => true

    缓存

    pod 'Cache'

    webSocket

    pod 'Starscream'

    侧滑

    pod 'SlideMenuControllerSwift'

    二维码扫码

    pod 'QRCodeReader.swift',:inhibit_warnings => true

    Tabbar

    pod 'ESTabBarController-swift'

    相机

    pod 'Fusuma', :git => 'https://github.com/ytakzk/Fusuma.git', :branch => 'swift4',:inhibit_warnings => true

    page

    pod 'FSPagerView'

    加载动画

    pod 'NVActivityIndicatorView'

    pod 'DNSPageView'

    sqlite数据库

    pod 'SQLite.swift'

    抽屉

    pod 'SlideMenuControllerSwift'

    通知

    pod 'NotificationBannerSwift'

    table collection加载动画

    pod 'ViewAnimator'

    性能检测

    pod 'GDPerformanceView-Swift'

    图片浏览

    pod 'SKPhotoBrowser'

    漂亮的present视图动画

    pod 'PanModal'

    日志框架

    pod 'XCGLogger'

    相关文章

      网友评论

          本文标题:swift 三方库

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