Skip to content

function_CompilationView

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

tvOS.CompilationView(title, subtitle, text, image, items, buttons)

create a nice CompilationView (with support of objects)

Parameters

Type @var Description Required
string title the title of your CompilationView Required
string subtitle the subtitle of your CompilationView Required
string text the text of your CompilationView Required
string image the image of your CompilationView Required
array list the list (see example) Required
array [buttons] the buttons (see example) Optional

Example

tvOS.CompilationView(title, subtitle, text, image, items, buttons)



Back to function list