Uses of Class
org.robovm.apple.uikit.UIInputViewStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIInputViewStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIInputViewStyle Modifier and Type Method Description UIInputViewStyleUIInputView. getInputViewStyle()static UIInputViewStyleUIInputViewStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIInputViewStyleUIInputViewStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIInputViewStyle[]UIInputViewStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIInputViewStyle Modifier and Type Method Description protected longUIInputView. init(CGRect frame, UIInputViewStyle inputViewStyle)Constructors in org.robovm.apple.uikit with parameters of type UIInputViewStyle Constructor Description UIInputView(CGRect frame, UIInputViewStyle inputViewStyle)