Uses of Class
org.robovm.apple.uikit.NSCollectionLayoutSupplementaryItem
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSCollectionLayoutSupplementaryItem in org.robovm.apple.uikit
Subclasses of NSCollectionLayoutSupplementaryItem in org.robovm.apple.uikit Modifier and Type Class Description classNSCollectionLayoutBoundarySupplementaryItemMethods in org.robovm.apple.uikit that return types with arguments of type NSCollectionLayoutSupplementaryItem Modifier and Type Method Description NSArray<NSCollectionLayoutSupplementaryItem>NSCollectionLayoutGroup. getSupplementaryItems()NSArray<NSCollectionLayoutSupplementaryItem>NSCollectionLayoutItem. getSupplementaryItems()Method parameters in org.robovm.apple.uikit with type arguments of type NSCollectionLayoutSupplementaryItem Modifier and Type Method Description protected static longNSCollectionLayoutItem. create(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutSupplementaryItem> supplementaryItems)voidNSCollectionLayoutGroup. setSupplementaryItems(NSArray<NSCollectionLayoutSupplementaryItem> v)Constructor parameters in org.robovm.apple.uikit with type arguments of type NSCollectionLayoutSupplementaryItem Constructor Description NSCollectionLayoutItem(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutSupplementaryItem> supplementaryItems)