xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIContentContainer", WrapperType = typeof(UIContentContainerWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PreferredContentSizeDidChangeForChildContentContainer", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIContentContainer) }, Selector = "preferredContentSizeDidChangeForChildContentContainer:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SystemLayoutFittingSizeDidChangeForChildContentContainer", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIContentContainer) }, Selector = "systemLayoutFittingSizeDidChangeForChildContentContainer:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ViewWillTransitionToSize", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGSize), typeof(IUIViewControllerTransitionCoordinator) }, Selector = "viewWillTransitionToSize:withTransitionCoordinator:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "WillTransitionToTraitCollection", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITraitCollection), typeof(IUIViewControllerTransitionCoordinator) }, Selector = "willTransitionToTraitCollection:withTransitionCoordinator:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetSizeForChildContentContainer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(IUIContentContainer), typeof(CGSize) }, ReturnType = typeof(CGSize), Selector = "sizeForChildContentContainer:withParentContainerSize:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "preferredContentSize", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PreferredContentSize", PropertyType = typeof(CGSize), Selector = "preferredContentSize")]
public interface IUIContentContainer : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("viewWillTransitionToSize:withTransitionCoordinator:")]
[Preserve(Conditional = true)]
void ViewWillTransitionToSize(CGSize toSize, IUIViewControllerTransitionCoordinator? coordinator);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |