UIKit.UIView.AnimateNotify Method
Animates the property changes that take place in the specified action.

Syntax

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

Parameters

duration
Duration in seconds for the animation.
animation
Code containing the changes that you will apply to your view.
completion
The method to invoke when the animation has completed.

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