7.2.0
版本发布时间: 2018-04-08 20:50:16
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
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)
-
Fixed a compilation issue related to SR-7299. (#3580)
-
Improved the interoperability of method interception. (#3570, kudos to @andersio)
Additions
-
Add
showsCancelButton
,textDidBeginEditing
andtextDidEndEditing
extensions 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).