ReactiveCocoa v6.1.0-alpha.1 Release Notes

  • 🚦 1. Added cancelButtonClicked signal to UISearchBar.

    1. 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