Contents

objectValue

The cell’s value as an Objective-C object.

Declaration

var objectValue: Any? { get set }

Discussion

To be valid object value, the cell must have a formatter capable of converting the object to and from its textual representation. The value of this property is nil if an object has not been assigned to the cell.

See Also

Managing Cell Values