Uses of Class
org.robovm.apple.uikit.UITabBarItemAppearanceStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITabBarItemAppearanceStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITabBarItemAppearanceStyle Modifier and Type Method Description static UITabBarItemAppearanceStyleUITabBarItemAppearanceStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UITabBarItemAppearanceStyleUITabBarItemAppearanceStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UITabBarItemAppearanceStyle[]UITabBarItemAppearanceStyle. 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 UITabBarItemAppearanceStyle Modifier and Type Method Description voidUITabBarItemAppearance. configureWithDefaultForStyle(UITabBarItemAppearanceStyle style)protected longUITabBarItemAppearance. init(UITabBarItemAppearanceStyle style)Constructors in org.robovm.apple.uikit with parameters of type UITabBarItemAppearanceStyle Constructor Description UITabBarItemAppearance(UITabBarItemAppearanceStyle style)