NotificationCenter
extension Reactive where Base: NotificationCenter
The reactive extension can be accessed through the reactive instance property and the reactive static property.
-
Create a
Signalthat notifies whenever the system keyboard announces an upcoming change in its frame.Declaration
Swift
public var keyboardChange: Signal<KeyboardChangeContext, NoError>Return Value
A
Signalthat emits the context of every change in the system keyboard’s frame.
NotificationCenter Reactive Extension Reference