Contents

type

The type of the cell.

Declaration

var type: NSCell.CellType { get set }

Discussion

When you change the cell type to NSCell.CellType.textCellType, the cell converts gives itself a default title and sets the font to the system font at the default size. When you change the cell type to NSCell.CellType.imageCellType, the cell type does not change until you assign a new non-nil image to it.

For a list of possible cell types, see NSCell.CellType.

See Also

Related Documentation

Managing Cell Attributes