MonoTouch.UIKit.UIView.PerformWithoutAnimation Method
Applies a set of changes to a view with a guarantee that animations will not be used.

Syntax

[MonoTouch.Foundation.Export("performWithoutAnimation:")]
[MonoTouch.ObjCRuntime.Since(7, 0)]
public static void PerformWithoutAnimation ([MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDNSAction))] MonoTouch.Foundation.NSAction actionsWithoutAnimation)

Parameters

actionsWithoutAnimation
View transition code that is to be performed without animation.

Remarks

Application developers should use this method within an animation block rather than temporarily setting UIView.AnimationsEnabled to false.

Requirements

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