Uses of Class
org.robovm.apple.uikit.UICollectionLayoutListAppearance
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UICollectionLayoutListAppearance in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UICollectionLayoutListAppearance Modifier and Type Method Description UICollectionLayoutListAppearanceUICollectionLayoutListConfiguration. getAppearance()static UICollectionLayoutListAppearanceUICollectionLayoutListAppearance. valueOf(long n)Returns the enum constant of this type with the specified name.static UICollectionLayoutListAppearanceUICollectionLayoutListAppearance. valueOf(String name)Returns the enum constant of this type with the specified name.static UICollectionLayoutListAppearance[]UICollectionLayoutListAppearance. 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 UICollectionLayoutListAppearance Modifier and Type Method Description protected longUIListSeparatorConfiguration. init(UICollectionLayoutListAppearance listAppearance)protected longUICollectionLayoutListConfiguration. initWithAppearance(UICollectionLayoutListAppearance appearance)Constructors in org.robovm.apple.uikit with parameters of type UICollectionLayoutListAppearance Constructor Description UICollectionLayoutListConfiguration(UICollectionLayoutListAppearance appearance)UIListSeparatorConfiguration(UICollectionLayoutListAppearance listAppearance)