Contents

allowsMixedState

A Boolean value indicating whether the cell supports three states instead of two.

Declaration

var allowsMixedState: Bool { get set }

Discussion

When the value of this property is true, the cell supports three states: on, off, and mixed. When the value is false, the cell supports only the on and off states.

See Also

Managing Cell State