Contents

nextState

The cell’s next state.

Declaration

var nextState: Int { get }

Discussion

If a cell has three states, it cycles in this order: on, off, mixed, on, off, and so forth. If the cell has only two states, it toggles between them.

For a list of constants representing the possible cell states, see NSCell.StateValue.

See Also

Managing Cell State