RBToolbarSpacingItemSchema Class Reference
Inherits from | NSObject |
---|---|
Declared in | RBToolbarSpacingItemSchema.h |
Other Methods
minimumSize
The minimum size in points of the spacing.
@property (nonatomic, readonly) CGFloat minimumSize
Discussion
The minimum size in points of the spacing.
Declared In
RBToolbarSpacingItemSchema.h
maximumSize
The maximum size in points of the spacing.
@property (nonatomic, readonly) CGFloat maximumSize
Discussion
The maximum size in points of the spacing.
Declared In
RBToolbarSpacingItemSchema.h
– initWithMinimumSize:maximumSize:
Initializes a new schema for a toolbar spacing item.
- (instancetype)initWithMinimumSize:(CGFloat)minimumSize maximumSize:(CGFloat)maximumSize
Parameters
minimumSize |
The minimum size in points of the spacing. |
---|---|
maximumSize |
The maximum size in points of the spacing. |
Return Value
The initialized custom toolbar item schema.
Discussion
Initializes a new schema for a toolbar spacing item.
Declared In
RBToolbarSpacingItemSchema.h
FlexiSchema Methods
flexiRowSchema
The required schema for an RBLayoutFlexiPositioner
object to display this row element of the toolbar schema.
@property (nonatomic, readonly, nonnull) RBLayoutFlexiPositionerRowSchema *flexiRowSchema
Discussion
The required schema for an RBLayoutFlexiPositioner
object to display this row element of the toolbar schema.
Declared In
RBToolbarSchema+FlexiSchema.h
flexiCellSchema
The required schema for an RBLayoutFlexiPositioner
object to display this cell element of the toolbar schema.
@property (nonatomic, readonly, nonnull) RBLayoutFlexiPositionerCellSchema *flexiCellSchema
Discussion
The required schema for an RBLayoutFlexiPositioner
object to display this cell element of the toolbar schema.
Declared In
RBToolbarSchema+FlexiSchema.h