github ReactiveCocoa/ReactiveCocoa 6.1.0-alpha.1
6.1.0 alpha 1

latest releases: 12.0.0, 11.2.2, 11.2.1...
pre-release8 years ago

This is the first alpha release of ReactiveCocoa 6.1. It targets Swift 3.1, Swift 3.2 and Swift 4.0.

Change

  1. Disabled code coverage data to allow app submissions with Xcode 9.0 (see Carthage/Carthage#2056, kudos to @NachoSoto)

  2. Updated to ReactiveSwift 2.1.0 alpha 2.

Additions

  1. Added cancelButtonClicked signal to UISearchBar.

  2. Subscripting reactive with a key path now yields a corresponding BindingTarget under Swift 3.2+. (#3489, kudos to @andersio)

    Example:

    label.reactive[\.text] <~ viewModel.title

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.