UITextSpellCheckingType Enum

Definition

An enumeration specifying whether spell-checking is on or off.

[ObjCRuntime.Native]
public enum UITextSpellCheckingType
[<ObjCRuntime.Native>]
type UITextSpellCheckingType = 
Inheritance
UITextSpellCheckingType
Attributes

Fields

Name Value Description
Default 0

The default behavior: spell-checking is enabled when auto-correction is enabled.

No 1

Disables spell-checking.

Yes 2

Enables spell-checking.

Applies to