Animates the specified animations action, in which keyframe animations may be used.
Syntax
[MonoTouch.Foundation.Export("animateKeyframesWithDuration:delay:options:animations:completion:")]
[MonoTouch.ObjCRuntime.Since(7, 0)]
public static
void AnimateKeyframes (
double duration,
double delay,
UIViewKeyframeAnimationOptions options, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDNSAction))]
MonoTouch.Foundation.NSAction animations, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDUICompletionHandler))]
UICompletionHandler completion)
Parameters
- duration
- Duration in seconds for the animation.
- delay
- Duration in seconds before starting the animation.
- options
- Designates a mask of options that indicates how the developer wants to perform the animations.
- animations
- An action object that contains the changes to be committed to the views.
- completion
- An action object that is to be executed when the animation sequence ends.
Remarks
Requirements
Minimum iOS version: 7.0
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0