Contents

minimumLineSpacing

The minimum spacing (in points) to use between rows or columns.

Declaration

var minimumLineSpacing: CGFloat { get set }

Discussion

For a vertically scrolling layout, the value represents the minimum spacing between successive rows. For a horizontally scrolling layout, the value represents the minimum spacing between successive columns. This spacing is not applied to the space between the header view and the first line or between the last line and the footer view.

The default value of this property is 0.0.

See Also

Specifying the Grid Layout Attributes