A ViewCell
is a small individual element which re-presents a single item of the ListView
or Table
. A ViewCell
is actually not a Visual Element, but it is a description of the template which creates a Visual Element.
List of Built-in cells:
TextCell
: It is a cell that consists of a Title / Primary text and a Detail / Secondary text label.ImageCell
: It is basically aTextCell
but also includes anImage
component on the left.SwitchCell
: This cell consists of theLabel
and one Toggle Switch.EntryCell
: This cell contains aLabel
and single line oftextbox
that can be used to enter the data.