UIView.SetAnimationDidStopSelector(Selector) Method
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
- sel
- Selector
Delegate object used to define the methods registered using the "SetAnimationDidStopSelector"
- Attributes
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.
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |