Contents

bounds

The bounds of the item.

Declaration

var bounds: CGRect { get set }

Discussion

When setting the bounds, the origin of the bounds rectangle must always be at (0, 0). Changing the bounds rectangle also changes the value in the size property to match the new bounds size.

See Also

Accessing the layout attributes