iosTextInput

Typeobject
DictionaryLCS
LibraryLiveCode Script
Syntax
iosTextInput
Summary

A native iOS control, UITextField, which allows the editing of a single line of text.

Introduced4.6
OSios
Platformsmobile
Example
mobileControlCreate "input"
mobileControlCreate "input", "name entry"
RelatedCommand: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
Function: mobileControlGet, mobileControlTarget
Description

An iosTextInput(UITextField) control is created using a control type of "input".

The input control allows the editing of a single line of text with the 'return' key ending editing and allowing you to perform an appropriate action.

Note: For full details of what the UITextField control is capable of, and background about it see the iOS reference document.

Tagsobjects