Contents

NSWritingToolsCoordinator.TextReplacementReason.noninteractive

An option to replace the text in your view without animating the change.

Declaration

case noninteractive

Discussion

When Writing Tools requests a noninteractive change in your delegate’s writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) method, update your view’s text storage without animating the change.

See Also

Getting the reasons