Package org.robovm.apple.uikit
Interface NSCollectionLayoutContainer
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSCollectionLayoutContainerAdapter
public interface NSCollectionLayoutContainer extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description NSDirectionalEdgeInsetsgetContentInsets()CGSizegetContentSize()NSDirectionalEdgeInsetsgetEffectiveContentInsets()CGSizegetEffectiveContentSize()
-
Method Details
-
getContentSize
CGSize getContentSize() -
getEffectiveContentSize
CGSize getEffectiveContentSize() -
getContentInsets
NSDirectionalEdgeInsets getContentInsets() -
getEffectiveContentInsets
NSDirectionalEdgeInsets getEffectiveContentInsets()
-