MonoTouch.UIKit.UIView.TransitionNotify Method
Specifies a transition animation to be used between the specified MonoTouch.UIKit.UIViews.

Syntax

[MonoTouch.Foundation.Export("transitionFromView:toView:duration:options:completion:")]
[MonoTouch.ObjCRuntime.Availability(Introduced=MonoTouch.ObjCRuntime.Platform.iOS_4_0)]
public static void TransitionNotify (UIView fromView, UIView toView, double duration, UIViewAnimationOptions options, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDUICompletionHandler))] UICompletionHandler completion)

Parameters

fromView
The initial view.
toView
The final view.
duration
The duration, in seconds, of the animation.
options
A mask of options to be used with the animation.
completion

An MonoTouch.UIKit.UICompletionHandler to be executed at the end of the animation. This parameter may be null.

This parameter can be null.

Remarks

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0