contentInsetAdjustmentBehavior property
getter/setter pair
Configures how safe area insets are added to the adjusted content inset. The default value is ScrollViewContentInsetAdjustmentBehavior.NEVER.
Officially Supported Platforms/Implementations:
- iOS WKWebView 11.0+ (Official API - UIScrollView.contentInsetAdjustmentBehavior)
Implementation
ScrollViewContentInsetAdjustmentBehavior? contentInsetAdjustmentBehavior;