xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIViewControllerTransitionCoordinatorContext", WrapperType = typeof(UIViewControllerTransitionCoordinatorContextWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "TargetTransform", ReturnType = typeof(CGAffineTransform), Selector = "targetTransform")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetViewControllerForKey", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSString) }, ReturnType = typeof(UIViewController), Selector = "viewControllerForKey:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetTransitionViewControllerForKey", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSString) }, ReturnType = typeof(UIView), Selector = "viewForKey:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isAnimated", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsAnimated", PropertyType = typeof(bool), Selector = "isAnimated")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "presentationStyle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PresentationStyle", PropertyType = typeof(UIModalPresentationStyle), Selector = "presentationStyle")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "initiallyInteractive", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InitiallyInteractive", PropertyType = typeof(bool), Selector = "initiallyInteractive")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isInteractive", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsInteractive", PropertyType = typeof(bool), Selector = "isInteractive")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isCancelled", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsCancelled", PropertyType = typeof(bool), Selector = "isCancelled")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "transitionDuration", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TransitionDuration", PropertyType = typeof(double), Selector = "transitionDuration")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "percentComplete", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PercentComplete", PropertyType = typeof(nfloat), Selector = "percentComplete")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "completionVelocity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CompletionVelocity", PropertyType = typeof(nfloat), Selector = "completionVelocity")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "completionCurve", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CompletionCurve", PropertyType = typeof(UIViewAnimationCurve), Selector = "completionCurve")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "containerView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ContainerView", PropertyType = typeof(UIView), Selector = "containerView")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isInterruptible", IsProperty = true, IsRequired = false, IsStatic = false, Name = "IsInterruptible", PropertyType = typeof(bool), Selector = "isInterruptible")]
public interface IUIViewControllerTransitionCoordinatorContext : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |