KeyboardManager Documentation

Enumeration Keyboard​Manager​Event

public enum KeyboardManagerEvent  

Keyboard transition metadata object

Nested Types

KeyboardManagerEvent.Frame

UIKeyboardFrameBeginUserInfoKey and UIKeyboardFrameEndUserInfoKey values

KeyboardManagerEvent.Data

Notification userInfo metadata info

Enumeration Cases

will​Show

case willShow(KeyboardManagerEvent.Data) 

UIKeyboardWillShow notification case event

did​Show

case didShow(KeyboardManagerEvent.Data) 

UIKeyboardDidShow notification case event

will​Hide

case willHide(KeyboardManagerEvent.Data) 

UIKeyboardWillHide notification case event

did​Hide

case didHide(KeyboardManagerEvent.Data) 

UIKeyboardDidHide notification case event

will​Frame​Change

case willFrameChange(KeyboardManagerEvent.Data) 

UIKeyboardWillChangeFrame notification case event

did​Frame​Change

case didFrameChange(KeyboardManagerEvent.Data) 

UIKeyboardDidChangeFrame notification case event