object.spellCheckingType

Type String
Object TextField
Library native.*
Revision Release 2024.3703
Keywords keyboard, text input, text field, native text
See also object.autocorrectionType

Overview

This iOS-only property controls the type of spell checking behavior. Possible values are:

Please consult the iOS documentation on UITextSpellCheckingType for an explanation of each behavior.

Example

local field = native.newTextField( 50, 150, 220, 36 )
field.spellCheckingType = "UITextSpellCheckingTypeDefault"