Contents

wantsNotificationForMarkedText

A Boolean value indicating whether the cell’s field editor should post text change notifications.

Declaration

var wantsNotificationForMarkedText: Bool { get }

Discussion

When the value of this property is true, the field editor should post text notification changes while editing marked text. When the value is NO, the field editor should delay notifications until the marked text is confirmed.

The default value of this property is false. Subclasses can override the property and change the value as appropriate.

See Also

Editing and Selecting Text