Package apple.uikit.protocol
Interface NSCollectionLayoutContainer
-
public interface NSCollectionLayoutContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSDirectionalEdgeInsetscontentInsets()values < 1.0 are interpreted as fractional values (e.g. leading:0.15 == 15% width)CGSizecontentSize()resolved size of container (before any insets are applied)NSDirectionalEdgeInsetseffectiveContentInsets()resolved value after resolving any unit valuesCGSizeeffectiveContentSize()after insets are applied
-
-
-
Method Detail
-
contentInsets
NSDirectionalEdgeInsets contentInsets()
values < 1.0 are interpreted as fractional values (e.g. leading:0.15 == 15% width)
-
contentSize
CGSize contentSize()
resolved size of container (before any insets are applied)
-
effectiveContentInsets
NSDirectionalEdgeInsets effectiveContentInsets()
resolved value after resolving any unit values
-
effectiveContentSize
CGSize effectiveContentSize()
after insets are applied
-
-