UIKit.UIView.TransitionNotify Method
Creates a transition animation action that is used for the current container view.

Syntax

[Foundation.Export("transitionWithView:duration:options:animations:completion:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public static void TransitionNotify (UIView withView, double duration, UIViewAnimationOptions options, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDAction))] Action animation, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDUICompletionHandler))] UICompletionHandler completion)

Parameters

withView
View whose state is being manipulated and in which the animation should occur.
duration
The duration of the animation in seconds.
options
A mask of options to be used with the animation.
animation
Action containing the animation and state manipulation of the view.
completion
The method to invoke when the transition completes.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0