Basic View

Basic View is a view which can be used as container or parent to the other view. On its own, the view also can be used as background view with color or gradient.

iOS Development Notes: Basic View is equivalent to UIView class in iOS.

A basic view with its attribute


View Attributes

Common attributes for text label are: position, size, anchor point, rotation, radius, clip to bounds, background color, border color, border width and shadow. Additionally, gradient are supported using background attribute.