-
-
Notifications
You must be signed in to change notification settings - Fork 12
function_RatingView
Wesley de Groot edited this page Jan 2, 2016
·
14 revisions
create a nice RatingView (with support of objects)
| Type | @var | Description | Required |
| string | title | the title of your RatingView | Required |
| string | rating | the default/averange rating | Required |
| string | [callback] | function to relay on (Does not work) | Optional |
tvOS.RatingView(title, rating, function (clicked) {
console.log('Clicked on ' + clicked)
})
Wesley de Groot • CC-BY 4.0