ASCenterLayoutSpecSizingOptions Constants Reference
| Declared in | ASCenterLayoutSpec.h |
|---|
ASCenterLayoutSpecSizingOptions
How much space the spec will take up.
Definition
typedef NS_OPTIONS(NSUInteger, ASCenterLayoutSpecSizingOptions ) {
ASCenterLayoutSpecSizingOptionDefault = ASRelativeLayoutSpecSizingOptionDefault,
ASCenterLayoutSpecSizingOptionMinimumX = ASRelativeLayoutSpecSizingOptionMinimumWidth,
ASCenterLayoutSpecSizingOptionMinimumY = ASRelativeLayoutSpecSizingOptionMinimumHeight,
ASCenterLayoutSpecSizingOptionMinimumXY = ASRelativeLayoutSpecSizingOptionMinimumSize,
};
Constants
ASCenterLayoutSpecSizingOptionDefault-
The spec will take up the maximum size possible
Declared In
ASCenterLayoutSpec.h. ASCenterLayoutSpecSizingOptionMinimumX-
The spec will take up the minimum size possible along the X axis
Declared In
ASCenterLayoutSpec.h. ASCenterLayoutSpecSizingOptionMinimumY-
The spec will take up the minimum size possible along the Y axis
Declared In
ASCenterLayoutSpec.h. ASCenterLayoutSpecSizingOptionMinimumXY-
Convenience option to take up the minimum size along both the X and Y axis
Declared In
ASCenterLayoutSpec.h.
Declared In
ASCenterLayoutSpec.h