Contents

cancelTextAnimations(identifiers:)

Used to support the presentation of grammar issues in text. If it is necessary to cancel the animation of one or more issues, call this to cancel theanimations.

Declaration

func cancelTextAnimations(identifiers: [UUID])

Discussion

The UUIDs passed in should be those returned when starting the animations. To cancel all ahimations, use stopWritingTools() instead.