7.0.1
版本发布时间: 2017-11-24 15:30:12
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the first maintenance release of ReactiveCocoa 7.0. It supports Swift 3.2 and Swift 4.0.
Bugfix
- Fixed
DynamicProperty
for optional properties. (#3548, kudos to @iv-mexx)
Additions
-
Added
tintColor
binding target toUIView
. (#3542, kudos to @iv-mexx) -
Made
makeBindingTarget
available on Reactive extensions on all objects, not justNSObject
. (#3545, kudos to @Burgestrand)