UITextView.AutocorrectionType Property

Definition

A property that controls when words will be automatically corrected.

public virtual UIKit.UITextAutocorrectionType AutocorrectionType { [Foundation.Export("autocorrectionType")] get; [Foundation.Export("setAutocorrectionType:")] set; }
member this.AutocorrectionType : UIKit.UITextAutocorrectionType with get, set

Property Value

The default value is Default

Implements

Attributes

Remarks

The application user can ignore this value by setting Settings->General->Keyboard->Auto-Correction to off.

Applies to