UIKit.UIView.PerformSystemAnimation Method
Performs specified system-provided animation sequence on one or more views, together with user-defined parallel animations.

Syntax

[Foundation.Export("performSystemAnimation:onViews:options:animations:completion:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public static void PerformSystemAnimation (UISystemAnimation animation, UIView[] views, UIViewAnimationOptions options, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDAction))] Action parallelAnimations, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDUICompletionHandler))] UICompletionHandler completion)

Parameters

animation
Defined UISystemAnimation 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.
completion
Action object that is executed when the animation sequence ends.

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