Contents

contentInset

The distance that the content is inset from the edge of the browser view.

Declaration

var contentInset: UIEdgeInsets { get set }

Discussion

Use this property to add to the scrollable area around the content. The insets are measured in points. The default value is zero.

See Also

Managing the Browser’s Appearance