Enumeration: UITextSpellCheckingType

Overview

The spell-checking behavior of a text-based view.

Constant Summary

UITextSpellCheckingTypeDefault

Use the default spell-checking behavior. the default behavior is to enable spell-checking whenever auto-correction is also enabled. available in ios 5.0 and later.declared in uitextinputtraits.h.

UITextSpellCheckingTypeNo

Disable spell-checking behavior.available in ios 5.0 and later.declared in uitextinputtraits.h.

UITextSpellCheckingTypeYes

Enable spell-checking behavior.available in ios 5.0 and later.declared in uitextinputtraits.h.