RBLayoutColumnPercentagePositioner Class Reference
Inherits from | RBLayoutPositioner : NSObject |
---|---|
Declared in | RBLayoutColumnPercentagePositioner.h |
columnPercentages
An array of column width percentages. These specifies how many columns will be used in the layout and how their widths will be allocated. Default = [ 1 ].
@property (nonatomic) NSArray<NSNumber*> *columnPercentages
Discussion
An array of column width percentages. These specifies how many columns will be used in the layout and how their widths will be allocated. Default = [ 1 ].
Declared In
RBLayoutColumnPercentagePositioner.h
fitToWidth
Whether or not cells should fit to their total available width (in the column). Default = YES.
@property (nonatomic) BOOL fitToWidth
Discussion
Whether or not cells should fit to their total available width (in the column). Default = YES.
Declared In
RBLayoutColumnPercentagePositioner.h