RBMenuView
Properties
- contentMode:
UIViewContentMode
- segment_[identifier]:
RBMenuSegmentView
- clipsToBounds:
boolean
- toastAlertView:
RBToastAlertView
- segments:
RBMenuSegmentView
- userInteractionEnabled:
boolean
- backgroundColor:
UIColor
- hidden:
boolean
- borderColor:
UIColor
- borderColorAlpha:
decimal (0.0 - 1.0)
- activityView:
RBActivityView
- tintColor:
UIColor
- layerShadowColorAlpha:
decimal (0.0 - 1.0)
- tintColorAlpha:
decimal (0.0 - 1.0)
- layerShadowOpacity:
decimal
- corners:
UIRectCorner
- positioner:
RBGridPositioner
- layerShadowRadius:
decimal
- backgroundColorAlpha:
decimal (0.0 - 1.0)
- layerShadowOffset:
CGSize
- pillCorners:
UIRectCorner
- borderEdges:
UIRectEdge
- borderWidth:
decimal
- alpha:
decimal (0.0 - 1.0)
- layerShadowColor:
UIColor
- cornerRadius:
decimal
contentMode
Type: UIViewContentMode
The content mode of the view.
Options:
- right
- scaleaspectfill
- bottomleft
- bottom
- bottomright
- left
- top
- redraw
- scaleaspectfit
- scaletofill
- center
- topleft
- topright
segment_[identifier]
Type: RBMenuSegmentView
The theme of the segment for the specified identifier.
clipsToBounds
Type: boolean
Whether or not the view clips to bounds.
toastAlertView
Type: RBToastAlertView
The theme of the managed toast alerts on the view.
segments
Type: RBMenuSegmentView
The theme of menu segments.
userInteractionEnabled
Type: boolean
Whether or not the view allows user interaction.
backgroundColor
Type: UIColor
The background color of the view.
hidden
Type: boolean
Whether or not the view is hidden.
borderColor
Type: UIColor
The color to use on the border on the view.
borderColorAlpha
Type: decimal (0.0 - 1.0)
The alpha channel of the color.
activityView
Type: RBActivityView
The theme of the managed activity indicator on the view.
tintColor
Type: UIColor
The tint color of the view.
layerShadowColorAlpha
Type: decimal (0.0 - 1.0)
The alpha channel of the color.
tintColorAlpha
Type: decimal (0.0 - 1.0)
The alpha channel of the color.
layerShadowOpacity
Type: decimal
The shadow opacity to use on the view.
corners
Type: UIRectCorner
The corners that should be rounded.
Options:
- bottomleft
- all
- bottomright
- topleft
- topright
positioner
Type: RBGridPositioner
The theme of the positioner that positions the segments.
layerShadowRadius
Type: decimal
The shadow radius to use on the view in pt.
backgroundColorAlpha
Type: decimal (0.0 - 1.0)
The alpha channel of the color.
layerShadowOffset
Type: CGSize
The shadow offset to use.
pillCorners
Type: UIRectCorner
Apply a pill effect. Note this will override any effect of the 'corners' and 'cornerRadius' properties.
Options:
- bottomleft
- all
- bottomright
- topleft
- topright
borderEdges
Type: UIRectEdge
The edges on which to apply a border.
Options:
- all
- none
- left
- bottom
- right
- top
borderWidth
Type: decimal
The width of the border to use on the view in pt.
alpha
Type: decimal (0.0 - 1.0)
The alpha channel of the view.
layerShadowColor
Type: UIColor
The color to use for the shadow on the view.
cornerRadius
Type: decimal
The rounded corner radius to use on the view in pt.