isAutomaticTextReplacementEnabled
A Boolean value that indicates whether automatic text replacement is enabled.
Declaration
var isAutomaticTextReplacementEnabled: Bool { get set }Discussion
true if it is enabled, otherwise false.
Turning on automatic text replacement enables automatic substitution of a variety of static text items based on user preferences.
See Also
Checking and substituting text
checkTextInDocument(_:)checkTextInSelection(_:)checkText(in:types:options:)handleTextCheckingResults(_:forRange:types:options:orthography:wordCount:)enabledTextCheckingTypesisAutomaticDashSubstitutionEnabledtoggleAutomaticDashSubstitution(_:)isAutomaticDataDetectionEnabledtoggleAutomaticDataDetection(_:)isAutomaticSpellingCorrectionEnabledtoggleAutomaticSpellingCorrection(_:)toggleAutomaticTextReplacement(_:)performValidatedReplacement(in:with:)