Sdílet prostřednictvím


UITextAutocorrectionType Enum

Definition

An enumeration of auto-correction types.

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

Fields

Name Value Description
Default 0

The default behavior, based on the current script system.

No 1

Disables auto-correction.

Yes 2

Enables auto-correction.

Applies to