xamarinios
namespace UIKit
{
    [Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "UIViewControllerAnimatedTransitioning", WrapperType = typeof(UIViewControllerAnimatedTransitioningWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AnimateTransition", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIViewControllerContextTransitioning) }, Selector = "animateTransition:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AnimationEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(bool) }, Selector = "animationEnded:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "TransitionDuration", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIViewControllerContextTransitioning) }, ReturnType = typeof(double), Selector = "transitionDuration:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetInterruptibleAnimator", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIViewControllerContextTransitioning) }, ReturnType = typeof(IUIViewImplicitlyAnimating), Selector = "interruptibleAnimatorForTransition:")]
    public interface IUIViewControllerAnimatedTransitioning : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("transitionDuration:")]
        [Preserve(Conditional = true)]
        double TransitionDuration(IUIViewControllerContextTransitioning! transitionContext);
    }
}
.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.

  • Built-in API
  • Package-provided API

06/05/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙