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