Multiple lines of text and iOS controls
Posted: Wed Oct 21, 2015 3:38 am
Is there a way to have an iOS control that will properly display multiple lines of text, rather than turning into one long string?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Multi-line Input control – UITextView
A UITextView control is created using a control type of "multiline". For full details of what the UITextView control is capable of, and background about it see the iOS reference document.The multiline input control allows the editing of multiple lines of text, with the 'return' key ending each line.