Contents

adjustedContentInset

The insets derived from the content insets and the safe area of the scroll view.

Declaration

var adjustedContentInset: UIEdgeInsets { get }

Discussion

Use this property to obtain the adjusted area in which to draw content. The contentInsetAdjustmentBehavior property determines whether the safe area insets are included in the adjustment. The safe area insets are then added to the values in the contentInset property to obtain the final value of this property.

See Also

Managing the content inset behavior