美文网首页
如何将RxSwift引入项目中

如何将RxSwift引入项目中

作者: ios_暗夜行者 | 来源:发表于2021-10-01 10:26 被阅读0次

    CocoaPods

    # Podfile

    use_frameworks!

    target 'YOUR_TARGET_NAME' do

        pod 'RxSwift', '6.2.0'

        pod 'RxCocoa', '6.2.0'

        pod 'RxBlocking', '6.2.0'

        pod 'RxTest', '6.2.0'

    end

    $ pod install

    相关文章

      网友评论

          本文标题:如何将RxSwift引入项目中

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