Contents

minimumSupplementaryColumnWidth

The minimum width, in points, for the supplementary view controller’s content.

Declaration

var minimumSupplementaryColumnWidth: CGFloat { get set }

Discussion

Use this property in conjunction with the maximumSupplementaryColumnWidth property to ensure the width of the supplementary view controller’s content is set to an acceptable value. The preliminary width is specified by the preferredSupplementaryColumnWidthFraction property, which is applied to the split view controller’s width and checked against these bounds. If the resulting width is less than the minimum value specified by this property, the width is set to the value in this property.

The default value of this property is automaticDimension, which corresponds to a minimum width of 0 points.

See Also

Managing column dimensions