Uses of Class
org.robovm.apple.uikit.UITextInputMode
-
Packages that use UITextInputMode Package Description org.robovm.apple.uikit -
-
Uses of UITextInputMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextInputMode Modifier and Type Method Description static UITextInputMode
UITextInputMode. getCurrentInputMode()
Deprecated.Deprecated in iOS 7.0.UITextInputMode
UITextDocumentProxy. getDocumentInputMode()
UITextInputMode
UITextDocumentProxyAdapter. getDocumentInputMode()
UITextInputMode
UIResponder. getTextInputMode()
Methods in org.robovm.apple.uikit that return types with arguments of type UITextInputMode Modifier and Type Method Description static NSArray<UITextInputMode>
UITextInputMode. getActiveInputModes()
Method parameters in org.robovm.apple.uikit with type arguments of type UITextInputMode Modifier and Type Method Description static NSObject
UITextInputMode.Notifications. observeCurrentModeDidChange(org.robovm.objc.block.VoidBlock1<UITextInputMode> block)
-