Freigeben über


IUIDragAnimating Schnittstelle

Definition

Schnittstelle zum Hinzufügen benutzerdefinierter Vorschauanimationen für Lift, Drop und Cancellation zusammen mit den standardmäßigen Drag and Drop-Animationen.

[Foundation.Protocol(Name="UIDragAnimating", WrapperType=typeof(UIKit.UIDragAnimatingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDragAnimating : IDisposable, ObjCRuntime.INativeObject
type IUIDragAnimating = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Hinweise

Beispielsweise können Entwickler diese Klasse verwenden, um andere UI-Elemente während eines Drag-and-Drop-Vorgangs zu dimmen oder hervorzuheben.

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

AddAnimations(Action)

Fügt die angegebene Animationsaktion hinzu.

AddCompletion(Action<UIViewAnimatingPosition>)

Fügt den angegebenen completion Block hinzu, der ausgeführt werden soll, wenn die Animation endet.

Gilt für: