UITextView.SpellCheckingType Property

Definition

This property controls if spell checking will be enabled or disabled during input.

public virtual UIKit.UITextSpellCheckingType SpellCheckingType { [Foundation.Export("spellCheckingType")] get; [Foundation.Export("setSpellCheckingType:")] set; }
member this.SpellCheckingType : UIKit.UITextSpellCheckingType with get, set

Property Value

Implements

Attributes

Remarks

If the application user has turned spell-checking off with Settings->General->Keyboard->Check Spelling, this property will be ignored.

Applies to