如何将RxSwift引入项目中

2021-10-01  本文已影响0人  ios_暗夜行者

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

上一篇下一篇

猜你喜欢

热点阅读