共用方式為


UICollectionViewSource.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

內嵌變更的捲動檢視。

屬性

適用於