Sdílet prostřednictvím


UIScrollViewDelegate_Extensions.DidChangeAdjustedContentInset Method

Definition

Method that is called when the inset values change.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidChangeAdjustedContentInset(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidChangeAdjustedContentInset : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

The scroll view whose insets changed.

Attributes

Applies to