Package org.robovm.apple.uikit
Interface NSCollectionLayoutEnvironment
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSCollectionLayoutEnvironmentAdapter
public interface NSCollectionLayoutEnvironment extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description NSCollectionLayoutContainergetContainer()UITraitCollectiongetTraitCollection()
-
Method Details
-
getContainer
NSCollectionLayoutContainer getContainer() -
getTraitCollection
UITraitCollection getTraitCollection()
-