Uses of Class
org.robovm.apple.uikit.UIUserInterfaceIdiom
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIUserInterfaceIdiom in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIUserInterfaceIdiom Modifier and Type Method Description UIUserInterfaceIdiomUIBarAppearance. getIdiom()UIUserInterfaceIdiomUIDevice. getUserInterfaceIdiom()UIUserInterfaceIdiomUITraitCollection. getUserInterfaceIdiom()static UIUserInterfaceIdiomUIUserInterfaceIdiom. valueOf(long n)Returns the enum constant of this type with the specified name.static UIUserInterfaceIdiomUIUserInterfaceIdiom. valueOf(String name)Returns the enum constant of this type with the specified name.static UIUserInterfaceIdiom[]UIUserInterfaceIdiom. 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 UIUserInterfaceIdiom Modifier and Type Method Description static UITraitCollectionUITraitCollection. createWithUserInterfaceIdiom(UIUserInterfaceIdiom idiom)protected longUIBarAppearance. init(UIUserInterfaceIdiom idiom)Constructors in org.robovm.apple.uikit with parameters of type UIUserInterfaceIdiom Constructor Description UIBarAppearance(UIUserInterfaceIdiom idiom)UINavigationBarAppearance(UIUserInterfaceIdiom idiom)UITabBarAppearance(UIUserInterfaceIdiom idiom)UIToolbarAppearance(UIUserInterfaceIdiom idiom)