Enumeration: UITextAutocorrectionType
Overview
The auto-correction behavior of a text-based view.
Constant Summary
- UITextAutocorrectionTypeDefault
Choose an appropriate auto-correction behavior for the current script system.available in ios 2.0 and later.declared in uitextinputtraits.h.
- UITextAutocorrectionTypeNo
Disable auto-correction behavior. available in ios 2.0 and later.declared in uitextinputtraits.h.
- UITextAutocorrectionTypeYes
Enable auto-correction behavior.available in ios 2.0 and later.declared in uitextinputtraits.h.