UIScrollViewContentInsetAdjustmentBehavior 열거형

정의

안전 영역 설정 조정 동작을 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIScrollViewContentInsetAdjustmentBehavior
type UIScrollViewContentInsetAdjustmentBehavior = 
상속
UIScrollViewContentInsetAdjustmentBehavior
특성

필드

Always 3

안전 영역 인셋이 항상 콘텐츠 조정에 포함됨을 나타냅니다.

Automatic 0

콘텐츠가 조정될 때 안전 영역 인셋이 자동으로 조정됨을 나타냅니다.

Never 2

안전 영역 인셋이 콘텐츠 조정에 포함되지 않는다는 것을 나타냅니다.

ScrollableAxes 1

안전 영역 인셋이 스크롤 방향으로만 조정됨을 나타냅니다.

적용 대상