Skip to content

function_listView

Wesley de Groot edited this page Jan 2, 2016 · 11 revisions

tvOS.listView(title, list, banner, height, width)

create a nice listView (with support of objects)

Parameters

Type @var Description Required
string title the title of your listView Required
array list the list (see example) Required
string [banner] full url for banner (optional) Optional

Example

tvOS.listView(title, list, banner)



Back to function list