다음을 통해 공유


UICollectionViewDelegate.DidChangeAdjustedContentInset(UIScrollView) 메서드

정의

inset 값이 변경되면 호출되는 메서드입니다.

[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

인셋이 변경된 스크롤 보기입니다.

특성

적용 대상