RBLayoutStackPositioner Class Reference
Inherits from | RBLayoutPositioner : NSObject |
---|---|
Declared in | RBLayoutStackPositioner.h |
orientation
The orientation in which the cells should be positioned. Default = RBOrientationVertical
.
@property (nonatomic) RBOrientation orientation
Discussion
The orientation in which the cells should be positioned. Default = RBOrientationVertical
.
Declared In
RBLayoutStackPositioner.h
verticalAlignment
The vertical alignment of the cells. Default = RBVerticalAlignmentMiddle
.
@property (nonatomic) RBVerticalAlignment verticalAlignment
Discussion
The vertical alignment of the cells. Default = RBVerticalAlignmentMiddle
.
Declared In
RBLayoutStackPositioner.h
horizontalAlignment
The horizontal alignment of the cells. Default = RBHorizontalAlignmentCenter
.
@property (nonatomic) RBHorizontalAlignment horizontalAlignment
Discussion
The horizontal alignment of the cells. Default = RBHorizontalAlignmentCenter
.
Declared In
RBLayoutStackPositioner.h
shouldFillWidth
Whether or not cells should fill the available width. Default = NO.
@property (nonatomic) BOOL shouldFillWidth
Discussion
Whether or not cells should fill the available width. Default = NO.
Declared In
RBLayoutStackPositioner.h
shouldFillHeight
Whether or not cells should fill the available height. Default = NO.
@property (nonatomic) BOOL shouldFillHeight
Discussion
Whether or not cells should fill the available height. Default = NO.
Declared In
RBLayoutStackPositioner.h