UITextAutocorrectionType Enum

Definition

An enumeration of auto-correction types.

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

Fields

Default 0

The default behavior, based on the current script system.

No 1

Disables auto-correction.

Yes 2

Enables auto-correction.

Applies to