UIFocusAnimationCoordinator.AddCoordinatedFocusingAnimations 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 provided animations
to the coordinated animation, and runs a completion handler when the main animations complete.
[Foundation.Export("addCoordinatedFocusingAnimations:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddCoordinatedFocusingAnimations (Action<UIKit.IUIFocusAnimationContext> animations, Action completion);
abstract member AddCoordinatedFocusingAnimations : Action<UIKit.IUIFocusAnimationContext> * Action -> unit
override this.AddCoordinatedFocusingAnimations : Action<UIKit.IUIFocusAnimationContext> * Action -> unit
Parameters
- Attributes