This is the second minor release of ReactiveCocoa 7. It requires ReactiveSwift 3.1, and supports Swift 3.2, 4.0 and 4.1.
Changes
-
Mitigated a compilation issue specific to Swift 4.1. (#3583)
-
Improved the interoperability of method interception. (#3570, kudos to @andersio)
Additions
-
Add
showsCancelButton,textDidBeginEditingandtextDidEndEditingextensions toUISearchBar(#3565, kudos to @banjun) -
NotificationCenter.reactive.keyboard(_:)for system keyboard notification by the event types. (#3566, kudos to @ra1028) -
Add extensions for several properties on
UINavigationItem(#3576, kudos to @asmallteapot).