MonoTouch.UIKit.UIView.SetAnimationDelegate Method
Allows the app developer to create a custom animation delegate.

Syntax

[MonoTouch.Foundation.Export("setAnimationDelegate:")]
public static void SetAnimationDelegate (MonoTouch.Foundation.NSObject del)

Parameters

del
Delegate object used to define the methods registered using the "SetAnimationDidStopSelector".

Remarks

This method is discouraged for applications targeting iOS 4+.

This method, with UIView.SetAnimationWillStartSelector and UIView.SetAnimationDidStopSelector allows the application developer to register a custom delegate object for animations created using the now-discouraged UIView.BeginAnimations / UIView.CommitAnimations method, rather than the preferred block-based animations.

Requirements

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