Uses of Class
org.robovm.apple.uikit.UIBarPosition
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIBarPosition in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBarPosition Modifier and Type Method Description UIBarPositionUIBarPositioning. getBarPosition()UIBarPositionUIBarPositioningAdapter. getBarPosition()UIBarPositionUINavigationBar. getBarPosition()UIBarPositionUISearchBar. getBarPosition()UIBarPositionUIToolbar. getBarPosition()UIBarPositionUIBarPositioningDelegate. getPosition(UIBarPositioning bar)UIBarPositionUIBarPositioningDelegateAdapter. getPosition(UIBarPositioning bar)static UIBarPositionUIBarPosition. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBarPositionUIBarPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBarPosition[]UIBarPosition. 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 UIBarPosition Modifier and Type Method Description UIImageUINavigationBar. getBackgroundImage(UIBarPosition barPosition, UIBarMetrics barMetrics)UIImageUISearchBar. getBackgroundImage(UIBarPosition barPosition, UIBarMetrics barMetrics)UIImageUIToolbar. getBackgroundImage(UIBarPosition topOrBottom, UIBarMetrics barMetrics)UIImageUIToolbar. getShadowImage(UIBarPosition topOrBottom)voidUINavigationBar. setBackgroundImage(UIImage backgroundImage, UIBarPosition barPosition, UIBarMetrics barMetrics)voidUISearchBar. setBackgroundImage(UIImage backgroundImage, UIBarPosition barPosition, UIBarMetrics barMetrics)voidUIToolbar. setBackgroundImage(UIImage backgroundImage, UIBarPosition topOrBottom, UIBarMetrics barMetrics)voidUIToolbar. setShadowImage(UIImage shadowImage, UIBarPosition topOrBottom)