Contents

defaultMinListRowHeight

The default minimum height of rows in a list.

Declaration

var defaultMinListRowHeight: CGFloat { get set }

Discussion

The height of list rows is bounded below by this default value, and is otherwise determined by the height of the row’s content and the row insets.

See Also

Configuring a list’s layout