Contents

textLabel

The label to use for the main textual content of the table cell.

Declaration

var textLabel: UILabel? { get }

Mentioned in

Discussion

This property holds the main label of the cell. UITableViewCell adds an appropriate label when you create the cell in a particular cell style. See UITableViewCell.CellStyle for descriptions of the main label in currently defined cell styles.

This property is mutually exclusive with a content configuration. Setting a non-nil value for contentConfiguration resets this property to nil.

See Also

Related Documentation

Deprecated