6.1.0-alpha.1
版本发布时间: 2017-09-16 22:15:18
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the first alpha release of ReactiveCocoa 6.1. It targets Swift 3.1, Swift 3.2 and Swift 4.0.
Change
-
Disabled code coverage data to allow app submissions with Xcode 9.0 (see https://github.com/Carthage/Carthage/issues/2056, kudos to @NachoSoto)
Additions
-
Added
cancelButtonClicked
signal toUISearchBar
. -
Subscripting
reactive
with a key path now yields a correspondingBindingTarget
under Swift 3.2+. (#3489, kudos to @andersio)Example:
label.reactive[\.text] <~ viewModel.title