Animates the property changes that take place in the specified action and invokes a completion callback when the animation completes.
Syntax
[Foundation.Export("animateWithDuration:delay:options:animations:completion:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public static
void AnimateNotify (
double duration,
double delay,
UIViewAnimationOptions options, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDAction))]
Action animation, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDUICompletionHandler))]
UICompletionHandler completion)
Parameters
- duration
- Duration in seconds for the animation.
- delay
- Delay before the animation begins.
- options
- Animation options
- animation
- Code containing the changes that you will apply to your view.
- completion
- The method to invoke when the animation has completed.
Remarks
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0