iosTextInput | |
Type | object |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | A native iOS control, UITextField, which allows the editing of a single line of text. |
Introduced | 4.6 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Command: 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.
|
Tags | objects |