Constants indicating how safe area insets are added to the adjusted content inset.

Ios

Since

4.0.0

Enumeration Members

Enumeration Members

AUTOMATIC: 0

Automatically adjust the scroll view insets.

Ios

Since

4.0.0

SCROLLABLEAXES: 1

Adjust the insets only in the scrollable directions.

Ios

Since

4.0.0

NEVER: 2

Do not adjust the scroll view insets.

Ios

Since

4.0.0

ALWAYS: 3

Always include the safe area insets in the content adjustment.

Ios

Since

4.0.0

Generated using TypeDoc