Powered by SmartDoc

CKRepetition

A CKRepeition object repeats its contents.

Required attributes: listand item, or count

Attributes of CKRepetition
Attribute Type Description
count Integer CKRepeition repeats its contents this number of times.
list Enumerable Array which is iterated through.
item - Current item when the list is iterated through.
index Integer Index of the current item.