MonoTouch.UIKit.UIView.PerformSystemAnimationAsync Method
Performs a system-provided animation and optional parallel animations.

Syntax

public static System.Threading.Tasks.Task<bool> PerformSystemAnimationAsync (UISystemAnimation animation, UIView[] views, UIViewAnimationOptions options, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDNSAction))] MonoTouch.Foundation.NSAction parallelAnimations)

Parameters

animation
A defined system animation to perform.
views
Views on which to to perform the animations.
options
Mask of options that indicates how the animations are to be performed.
parallelAnimations
Additional animations specified to run alongside system animation.

Returns

A task that represents the asynchronous PerformSystemAnimation operation. The value of the TResult parameter is a MonoTouch.UIKit.UICompletionHandler.

Remarks

Requirements

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