setIntercellSpacing(_:)
Sets the spacing between cells in the view.
Declaration
func setIntercellSpacing(_ aSize: NSSize)Parameters
- aSize:
The vertical and horizontal spacing between cells.
Discussion
By default, both values are 10.0 in the receiver’s coordinate system.