UIViewImplicitlyAnimating_Extensions.AddCompletion 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.
Adds the completion
to run when the animation(s) end.
public static void AddCompletion (this UIKit.IUIViewImplicitlyAnimating This, Action<UIKit.UIViewAnimatingPosition> completion);
static member AddCompletion : UIKit.IUIViewImplicitlyAnimating * Action<UIKit.UIViewAnimatingPosition> -> unit
Parameters
The instance on which this method operates.
- completion
- Action<UIViewAnimatingPosition>