iosScroller | |
Type | object |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | A native iOS control, UIScrollView, that is used as an overlay on the part of the screen you wish to interact with the iOS scrollbars. |
Introduced | 4.5.3 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate Function: mobileControlGet, mobileControlTarget |
Description | An iosScroller(UIScrollView) control is created using a control type of "scroller". Rather than act as a container for other controls the iosScroller is intended to be used as an overlay on the part of the screen you wish to interact with the proper iOS scrollbars. By responding to the various iosScroller messages, you can move LiveCode controls or set the appropriate scroll properties of groups and fields to get a native scrolling effect.
|
Tags | objects |