ASLayoutablePropertyType Constants Reference
| Declared in | ASLayoutableInspectorCell.h |
|---|
ASLayoutablePropertyType
Definition
typedef NS_ENUM(NSInteger, ASLayoutablePropertyType ) {
ASLayoutablePropertyFlexGrow = 0,
ASLayoutablePropertyFlexShrink,
ASLayoutablePropertyAlignSelf,
ASLayoutablePropertyFlexBasis,
ASLayoutablePropertySpacingBefore,
ASLayoutablePropertySpacingAfter,
ASLayoutablePropertyAscender,
ASLayoutablePropertyDescender,
ASLayoutablePropertyCount,
};
Constants
ASLayoutablePropertyFlexGrow-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyFlexShrink-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyAlignSelf-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyFlexBasis-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertySpacingBefore-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertySpacingAfter-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyAscender-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyDescender-
Declared In
ASLayoutableInspectorCell.h. ASLayoutablePropertyCount-
Declared In
ASLayoutableInspectorCell.h.