Event
public enum Event
Mechanica
Keyboard events that can happen. Translates directly to UIKeyboard
notifications from UIKit.
-
Event raised by UIKit’s
.UIKeyboardWillShow
.Declaration
Swift
case willShow
-
Event raised by UIKit’s
.UIKeyboardDidShow
.Declaration
Swift
case didShow
-
Event raised by UIKit’s
.UIKeyboardWillHide
.Declaration
Swift
case willHide
-
Event raised by UIKit’s
.UIKeyboardDidHide
.Declaration
Swift
case didHide
-
Event raised by UIKit’s
.UIKeyboardWillChangeFrame
.Declaration
Swift
case willChangeFrame
-
Event raised by UIKit’s
.UIKeyboardDidChangeFrame
.Declaration
Swift
case didChangeFrame