次の方法で共有


UICollectionViewDelegate.DidChangeAdjustedContentInset(UIScrollView) メソッド

定義

インセット値が変更されたときに呼び出されるメソッド。

[Foundation.Export("scrollViewDidChangeAdjustedContentInset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidChangeAdjustedContentInset (UIKit.UIScrollView scrollView);
abstract member DidChangeAdjustedContentInset : UIKit.UIScrollView -> unit
override this.DidChangeAdjustedContentInset : UIKit.UIScrollView -> unit

パラメーター

scrollView
UIScrollView

インセットが変更されたスクロール ビュー。

属性

適用対象