UITextSpellCheckingType Enum

Definition

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSpellCheckingType
type UITextSpellCheckingType = 
Inheritance
UITextSpellCheckingType
Attributes

Fields

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