다음을 통해 공유


IUIContentContainer 인터페이스

정의

프로토콜 UIContentContainer의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UIContentContainer", WrapperType=typeof(UIKit.UIContentContainerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIContentContainer : IDisposable, ObjCRuntime.INativeObject
type IUIContentContainer = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UIContentContainer프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UIContentContainer 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)
PreferredContentSize

컨테이너 콘텐츠의 기본 크기를 가져옵니다.

메서드

GetSizeForChildContentContainer(IUIContentContainer, CGSize)

부모 컨테이너의 크기를 사용하여 지정된 자식 IUIContentContainer 의 콘텐츠 크기를 가져옵니다.

PreferredContentSizeDidChangeForChildContentContainer(IUIContentContainer)

지정된 자식 컨테이너의 콘텐츠에 대한 기본 크기가 변경되었음을 이 컨트롤러에 알릴 수 있습니다.

SystemLayoutFittingSizeDidChangeForChildContentContainer(IUIContentContainer)

자동 레이아웃이 지정된 자식 컨테이너의 크기를 조정했음을 이 컨테이너에 알릴 수 있습니다.

ViewWillTransitionToSize(CGSize, IUIViewControllerTransitionCoordinator)

프로토콜 UIContentContainer의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

WillTransitionToTraitCollection(UITraitCollection, IUIViewControllerTransitionCoordinator)

특성 컬렉션이 에 의해 coordinator조정된 대로 로 traitCollection변경된다는 것을 알 this 수 있습니다.

적용 대상