Contents

contentSize

The size of the content view.

Declaration

var contentSize: CGSize { get set }

Discussion

Use this property to explicitly set the size of the content view. If frame is explicitly set, it takes precedence over contentSize.

See Also

Setting view size