简体   繁体   中英

How can I use Reactive Cocoa in swift4.0

我想在swift4.0中构建一个新项目,我更喜欢使用Reactive Cocoa。但是, ReactiveCocoa 6.0不会声明官方支持swift4.0 。还有其他方法可以解决这个问题吗?谢谢。

Fear not, you can freely use ReactiveCocoa 6.xx with Swift 4. It works fine with Swift 4. I am using it in several Swift 4 projects.

pod 'ReactiveCocoa', '~> 7.0.0' is also available. I think it would be better to start with 7.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM