RBMenuView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBMenuView.h |
delegate
A delegate to receive button selection events.
@property (nonatomic, weak, nullable) id<RBMenuViewDelegate> delegate
Discussion
A delegate to receive button selection events.
Declared In
RBMenuView.h
segmentItems
An array of RBMenuSegmentSchema
objects.
@property (nonatomic, nullable) NSArray<RBMenuSegmentSchema*> *segmentItems
Discussion
An array of RBMenuSegmentSchema
objects.
Declared In
RBMenuView.h
positioner
The overall layout positioner used. You may theme this positioner. Default values =
spacing = 0,
dimensions = 1,
margin = [0, 0, 0, 0],
orientation = RBOrientationVertical
,
sizing = RBLayoutGridPositionerSizingToExpand
.
@property (nonatomic, nonnull, readonly) RBLayoutGridPositioner *positioner
Discussion
The overall layout positioner used. You may theme this positioner. Default values =
spacing = 0,
dimensions = 1,
margin = [0, 0, 0, 0],
orientation = RBOrientationVertical
,
sizing = RBLayoutGridPositionerSizingToExpand
.
Declared In
RBMenuView.h
– segmentViewWithIdentifier:
Gets the segment view with the given identifier.
- (nullable RBMenuSegmentView *)segmentViewWithIdentifier:(nonnull NSString *)segmentIdentifier
Parameters
segmentIdentifier |
The name of the segment. |
---|
Return Value
The RBMenuSegmentView
object.
Discussion
Gets the segment view with the given identifier.
Declared In
RBMenuView.h