ReactiveCocoa v8.0.0-rc.1 Release Notes

Release Date: 2018-07-04 // over 5 years ago
  • ๐Ÿš€ This is the first release candidate of ReactiveCocoa 8.0. It supports Swift 4.1 (Xcode 9.4) and preliminarily Swift 4.2 (Xcode 10).

    ๐Ÿ”„ Change

    ๐Ÿš€ 1. Requires ReactiveSwift 4.0 Release Candidate 2.

    โž• Additions

    ๐Ÿ‘ 1. Add support for Cocoapods 1.5.0 static frameworks (#3590, kudos to @mishagray)

    1. Add becomeFirstResponder and resignFirstResponder extensions to UIResponder. (#3585, kudos to @Marcocanc)
    2. Added title binding target to UIViewController (#3588, kudos to @cocoahero). ๐Ÿšฆ 4. Added several trigger signals for view lifecycle events to UIViewController (#3588, kudos to @cocoahero).