10.1.0
版本发布时间: 2019-09-26 12:44:15
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the first minor release of ReactiveCocoa 10. It supports Swift 5.0 (Xcode 10.2/Xcode 10.3) and Swift 5.1 (Xcode 11).
Changes
- Update dependencies so ReactiveCocoa can be used with Xcode 11 (#3677, kudos to @olejnjak)
Bugfixes
- Fix crashes of
NSObject.signal(for:)
andNSObject.producer(for:)
with Objective-C enums (#3667, kudos to @gfontenot)
Additions
- Add a binding target for the
barTintColor
ofUINavigationBar
(#3675, kudos to @rehatkathuria) - Add reactive extensions for standard WatchKit interface objects. (#3670, kudos to @tdimeco)