Interface NSCollectionLayoutContainer


  • public interface NSCollectionLayoutContainer
    • 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