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。

可选方法 (T 类提供任何) 作为接口的扩展方法,使开发人员能够调用协议上的任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
PreferredContentSize

获取容器内容的首选大小。

方法

GetSizeForChildContentContainer(IUIContentContainer, CGSize)

使用父容器的大小获取指定子 IUIContentContainer 级内容的大小。

PreferredContentSizeDidChangeForChildContentContainer(IUIContentContainer)

通知此控制器指定子容器的内容的首选大小已更改。

SystemLayoutFittingSizeDidChangeForChildContentContainer(IUIContentContainer)

通知此容器自动布局调整了指定的子容器的大小。

ViewWillTransitionToSize(CGSize, IUIViewControllerTransitionCoordinator)

表示所需方法的接口 ((如果协议 UIContentContainer有任何) )。

WillTransitionToTraitCollection(UITraitCollection, IUIViewControllerTransitionCoordinator)

通知 this 其特征集合将更改为 traitCollection,由 coordinator协调。

适用于