Uses of Class
org.robovm.apple.uikit.UISearchBarIcon
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UISearchBarIcon in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UISearchBarIcon Modifier and Type Method Description static UISearchBarIconUISearchBarIcon. valueOf(long n)Returns the enum constant of this type with the specified name.static UISearchBarIconUISearchBarIcon. valueOf(String name)Returns the enum constant of this type with the specified name.static UISearchBarIcon[]UISearchBarIcon. 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 UISearchBarIcon Modifier and Type Method Description UIImageUISearchBar. getImageForSearchBarIcon(UISearchBarIcon icon, UIControlState state)UIOffsetUISearchBar. getPositionAdjustmentForSearchBarIcon(UISearchBarIcon icon)voidUISearchBar. setImageForSearchBarIcon(UIImage iconImage, UISearchBarIcon icon, UIControlState state)voidUISearchBar. setPositionAdjustmentForSearchBarIcon(UIOffset adjustment, UISearchBarIcon icon)