RBToolbarSchema Class Reference
Inherits from | NSObject |
---|---|
Declared in | RBToolbarSchema.h |
Other Methods
items
The items in the toolbar. The following types are supported:
RBToolbarButtonItemSchema
, RBToolbarToggleButtonItemSchema
, RBToolbarCustomItemSchema.
@property (nonatomic, readonly, nonnull) NSArray *items
Discussion
The items in the toolbar. The following types are supported:
RBToolbarButtonItemSchema
, RBToolbarToggleButtonItemSchema
, RBToolbarCustomItemSchema.
Declared In
RBToolbarSchema.h
orientation
The orientation of the toolbar.
@property (nonatomic, readonly) RBOrientation orientation
Discussion
The orientation of the toolbar.
Declared In
RBToolbarSchema.h
– initWithItems:orientation:
Initializes a new toolbar schema.
- (nonnull instancetype)initWithItems:(nonnull NSArray *)items orientation:(RBOrientation)orientation
Parameters
items |
The item schemas for the toolbar. The following types are supported: |
---|---|
orientation |
The orientation of the toolbar. |
Return Value
The initialized toolbar schema.
Discussion
Initializes a new toolbar schema.
Declared In
RBToolbarSchema.h
FlexiSchema Methods
flexiSchema
The required schema for an RBLayoutFlexiPositioner
object to display this element of the toolbar schema.
@property (nonatomic, readonly, nonnull) RBLayoutFlexiPositionerSchema *flexiSchema
Discussion
The required schema for an RBLayoutFlexiPositioner
object to display this element of the toolbar schema.
Declared In
RBToolbarSchema+FlexiSchema.h