Event
public enum Event
Encapsulates changes to the visibility of the keyboard and to the frame of the keyboard.
-
The frame of the keyboard has changed.
Declaration
Swift
case didChangeFrame(KeyboardMonitor.Info)
-
The keyboard has been dismissed.
Declaration
Swift
case didHide(KeyboardMonitor.Info)
-
The keyboard has been displayed.
Declaration
Swift
case didShow(KeyboardMonitor.Info)
-
The frame of the keyboard is about to change.
Declaration
Swift
case willChangeFrame(KeyboardMonitor.Info)
-
The keyboard is about to be dismissed.
Declaration
Swift
case willHide(KeyboardMonitor.Info)
-
The keyboard is about to be displayed.
Declaration
Swift
case willShow(KeyboardMonitor.Info)