IUICollectionViewDropPlaceholderContext
IUICollectionViewDropPlaceholderContext
Interface
Definition
Contains manages collection view placeholder information.
[Foundation.Protocol(Name="UICollectionViewDropPlaceholderContext", WrapperType=typeof(UIKit.UICollectionViewDropPlaceholderContextWrapper))]
[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 IUICollectionViewDropPlaceholderContext : IDisposable, UIKit.IUIDragAnimating
type IUICollectionViewDropPlaceholderContext = interface
interface INativeObject
interface IDisposable
interface IUIDragAnimating
- Attributes
- Implements
Properties
DragItem DragItem |
Gets the drag item that is represented by the placeholder. |
Handle Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
AddAnimations(Action) AddAnimations(Action) |
Adds the specified animation action. (Inherited from IUIDragAnimating) |
AddCompletion(Action<UIViewAnimatingPosition>) AddCompletion(Action<UIViewAnimatingPosition>) |
Adds the specified |
CommitInsertion(Action<NSIndexPath>) CommitInsertion(Action<NSIndexPath>) |
Replaces the placeholder cell with dropped content. |
DeletePlaceholder() DeletePlaceholder() |
Removes the placeholder from the view. |
SetNeedsCellUpdate() SetNeedsCellUpdate() |
Marks the placeholder cell as requiring updated content. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...