Contents

NSWritingToolsCoordinator.TextAnimation

The types of animations that Writing Tools performs during an interactive update of your view.

Declaration

enum TextAnimation

Overview

Use the NSWritingToolsCoordinatorTextAnimation constants to determine the type of animation that is occurring. During an interactive change to your view, Writing Tools creates animations to provide feedback about what’s happening. During the setup for each animation, Writing Tools reports the type of animation to the coordinator’s delegate, so you can perform additional actions related to that animation. For example, during an insertion animation, you might animate changes to other views in your interface.

Topics

Getting the animation types

Initializers

See Also

Getting the supporting types