Contents

setWantsNotificationForMarkedText(_:)

Directs the cell’s associated field editor to post text change notifications.

Declaration

func setWantsNotificationForMarkedText(_ flag: Bool)

Parameters

  • flag:

    If True, the field editor posts text change notifications (NSTextDidChangeNotification) while editing marked text; if False, notifications are delayed until the marked text confirmation.

See Also

Managing the Field Editor