ASAbsoluteLayoutSpecSizing Constants Reference

Declared in ASAbsoluteLayoutSpec.h

ASAbsoluteLayoutSpecSizing

How much space the spec will take up.

Definition

typedef NS_ENUM(NSInteger, ASAbsoluteLayoutSpecSizing ) {
   ASAbsoluteLayoutSpecSizingDefault,
   ASAbsoluteLayoutSpecSizingSizeToFit,
};

Constants

ASAbsoluteLayoutSpecSizingDefault

The spec will take up the maximum size possible.

Declared In ASAbsoluteLayoutSpec.h.

ASAbsoluteLayoutSpecSizingSizeToFit

Computes a size for the spec that is the union of all children's frames.

Declared In ASAbsoluteLayoutSpec.h.

Declared In

ASAbsoluteLayoutSpec.h