KeyboardResponder
class KeyboardResponder : ObservableObject
Undocumented
-
Undocumented
Declaration
Swift
static var shared: KeyboardResponder -
Undocumented
Declaration
Swift
@Published var currentHeight: CGFloat { get set } -
Undocumented
Declaration
Swift
var keyboardVisible: Bool { get } -
Undocumented
Declaration
Swift
var _center: NotificationCenter -
Undocumented
Declaration
Swift
@objc func keyBoardWillShow(notification: Notification) -
Undocumented
Declaration
Swift
@objc func keyBoardWillHide(notification _: Notification)
KeyboardResponder Class Reference