Instance Property
flowAlignmentValue
How subviews are aligned horizontally within each row. Default: FlowViewAlignmentLeading. IBInspectable surfaces this as an integer: 0 = Leading, 1 = Center, 2 = Justified.
Declaration
var flowAlignmentValue: Int { get set }Declaration
@property (nonatomic, assign) NSInteger flowAlignmentValue;Declaration
flowAlignmentValue() -> int
setFlowAlignmentValue_(flowAlignmentValue: int)