Contents

prefersNonBlinkingTextInsertionIndicator

A Boolean value that indicates whether the system setting to prefer a nonblinking cursor in editable text fields is on.

Declaration

static var prefersNonBlinkingTextInsertionIndicator: Bool { get }

Discussion

The value of this property is true if the system setting for Prefer Non-Blinking Cursor is on; otherwise, false. This preference is relevant for apps that draw custom insertion indicators.

See Also

Reducing animation for text insertion indicators