Uses of Class
org.robovm.apple.uikit.UISegmentedControlStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UISegmentedControlStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UISegmentedControlStyle Modifier and Type Method Description UISegmentedControlStyleUISegmentedControl. getControlStyle()Deprecated.Deprecated in iOS 7.0.static UISegmentedControlStyleUISegmentedControlStyle. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static UISegmentedControlStyleUISegmentedControlStyle. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static UISegmentedControlStyle[]UISegmentedControlStyle. values()Deprecated.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 UISegmentedControlStyle Modifier and Type Method Description voidUISegmentedControl. setControlStyle(UISegmentedControlStyle v)Deprecated.Deprecated in iOS 7.0.