public interface NSCollectionLayoutContainer
| Modifier and Type | Method and Description |
|---|---|
NSDirectionalEdgeInsets |
contentInsets()
values < 1.0 are interpreted as fractional values (e.g.
|
CGSize |
contentSize()
resolved size of container (before any insets are applied)
|
NSDirectionalEdgeInsets |
effectiveContentInsets()
resolved value after resolving any unit values
|
CGSize |
effectiveContentSize()
after insets are applied
|
NSDirectionalEdgeInsets contentInsets()
CGSize contentSize()
NSDirectionalEdgeInsets effectiveContentInsets()
CGSize effectiveContentSize()