ASRelativeLayoutSpecSizingOption Constants Reference

Declared in ASRelativeLayoutSpec.h

ASRelativeLayoutSpecSizingOption

How much space the spec will take up.

Definition

typedef NS_OPTIONS(NSUInteger, ASRelativeLayoutSpecSizingOption ) {
   ASRelativeLayoutSpecSizingOptionDefault,
   ASRelativeLayoutSpecSizingOptionMinimumWidth = 1 < < 0,
   ASRelativeLayoutSpecSizingOptionMinimumHeight = 1 < < 1,
   ASRelativeLayoutSpecSizingOptionMinimumSize = ASRelativeLayoutSpecSizingOptionMinimumWidth | ASRelativeLayoutSpecSizingOptionMinimumHeight,
};

Constants

ASRelativeLayoutSpecSizingOptionDefault

The spec will take up the maximum size possible

Declared In ASRelativeLayoutSpec.h.

ASRelativeLayoutSpecSizingOptionMinimumWidth

The spec will take up the minimum size possible along the X axis

Declared In ASRelativeLayoutSpec.h.

ASRelativeLayoutSpecSizingOptionMinimumHeight

The spec will take up the minimum size possible along the Y axis

Declared In ASRelativeLayoutSpec.h.

ASRelativeLayoutSpecSizingOptionMinimumSize

Convenience option to take up the minimum size along both the X and Y axis

Declared In ASRelativeLayoutSpec.h.

Declared In

ASRelativeLayoutSpec.h