Uses of Class
org.robovm.apple.uikit.UIUserInterfaceStyle
| Package | Description |
|---|---|
| org.robovm.apple.carplay | |
| org.robovm.apple.pencilkit | |
| org.robovm.apple.uikit |
-
Uses of UIUserInterfaceStyle in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return UIUserInterfaceStyle Modifier and Type Method Description UIUserInterfaceStyleCPTemplateApplicationInstrumentClusterScene. getContentStyle()UIUserInterfaceStyleCPTemplateApplicationScene. getContentStyle()Methods in org.robovm.apple.carplay with parameters of type UIUserInterfaceStyle Modifier and Type Method Description voidCPTemplateApplicationInstrumentClusterSceneDelegate. contentStyleDidChange(UIUserInterfaceStyle contentStyle)voidCPTemplateApplicationInstrumentClusterSceneDelegateAdapter. contentStyleDidChange(UIUserInterfaceStyle contentStyle)voidCPTemplateApplicationSceneDelegate. contentStyleDidChange(UIUserInterfaceStyle contentStyle)voidCPTemplateApplicationSceneDelegateAdapter. contentStyleDidChange(UIUserInterfaceStyle contentStyle) -
Uses of UIUserInterfaceStyle in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return UIUserInterfaceStyle Modifier and Type Method Description UIUserInterfaceStylePKToolPicker. getColorUserInterfaceStyle()UIUserInterfaceStylePKToolPicker. getOverrideUserInterfaceStyle()Methods in org.robovm.apple.pencilkit with parameters of type UIUserInterfaceStyle Modifier and Type Method Description static UIColorPKInkingTool. convertColor(UIColor color, UIUserInterfaceStyle fromUserInterfaceStyle, UIUserInterfaceStyle toUserInterfaceStyle)voidPKToolPicker. setColorUserInterfaceStyle(UIUserInterfaceStyle v)voidPKToolPicker. setOverrideUserInterfaceStyle(UIUserInterfaceStyle v) -
Uses of UIUserInterfaceStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIUserInterfaceStyle Modifier and Type Method Description UIUserInterfaceStyleUIView. getOverrideUserInterfaceStyle()UIUserInterfaceStyleUIViewController. getOverrideUserInterfaceStyle()UIUserInterfaceStyleUITraitCollection. getUserInterfaceStyle()static UIUserInterfaceStyleUIUserInterfaceStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIUserInterfaceStyleUIUserInterfaceStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIUserInterfaceStyle[]UIUserInterfaceStyle. 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 UIUserInterfaceStyle Modifier and Type Method Description protected static longUITraitCollection. create(UIUserInterfaceStyle userInterfaceStyle)voidUIView. setOverrideUserInterfaceStyle(UIUserInterfaceStyle v)voidUIViewController. setOverrideUserInterfaceStyle(UIUserInterfaceStyle v)Constructors in org.robovm.apple.uikit with parameters of type UIUserInterfaceStyle Constructor Description UITraitCollection(UIUserInterfaceStyle userInterfaceStyle)