MonoTouch.UIKit.UIView.TransitionNotify Method
Specifies a transition animation on the specified collection view.

Syntax

[MonoTouch.Foundation.Export("transitionWithView:duration:options:animations:completion:")]
[MonoTouch.ObjCRuntime.Since(4, 0)]
public static void TransitionNotify (UIView withView, double duration, UIViewAnimationOptions options, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDNSAction))] MonoTouch.Foundation.NSAction animation, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDUICompletionHandler))] UICompletionHandler completion)

Parameters

withView
The MonoTouch.UIKit.UIView 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
An MonoTouch.Foundation.NSAction containing the animation and state manipulation of the withView.
completion

The method to invoke when the transition completes.

This parameter can be null.

Remarks

Requirements

Minimum iOS version: 4.0
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0