RBLayoutGridPositioner Class Reference
Inherits from | RBLayoutPositioner : NSObject |
---|---|
Declared in | RBLayoutGridPositioner.h |
orientation
The orientation of the grid, and thus how it expands to fit views pushed to it.
e.g. a vertical grid will expand vertically.
Default = RBOrientationVertical
.
@property (nonatomic) RBOrientation orientation
Discussion
The orientation of the grid, and thus how it expands to fit views pushed to it.
e.g. a vertical grid will expand vertically.
Default = RBOrientationVertical
.
Declared In
RBLayoutGridPositioner.h
dimensions
The number of rows/columns (depending on orientation). Default = 1.
@property (nonatomic) NSUInteger dimensions
Discussion
The number of rows/columns (depending on orientation). Default = 1.
Declared In
RBLayoutGridPositioner.h
sizing
The method of sizing child views. Default = RBLayoutGridPositionerSizingToExpand
.
@property (nonatomic) RBLayoutGridPositionerSizing sizing
Discussion
The method of sizing child views. Default = RBLayoutGridPositionerSizingToExpand
.
Declared In
RBLayoutGridPositioner.h