UIView.SetAnimationDidStopSelector(Selector) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the selector to be used by a custom animation delegate when animation ends.
[Foundation.Export("setAnimationDidStopSelector:")]
public static void SetAnimationDidStopSelector (ObjCRuntime.Selector sel);
static member SetAnimationDidStopSelector : ObjCRuntime.Selector -> unit
Parameters
- sel
- Selector
Delegate object used to define the methods registered using the "SetAnimationDidStopSelector"
- Attributes
Remarks
The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.
This method, with SetAnimationDelegate(NSObject) and SetAnimationWillStartSelector(Selector), can be used to create a custom animation delegate.