UICollectionViewDelegate.SupplementaryViewDisplayingEnded Method

Definition

Indicates that the specified supplementary view was removed from the UICollectionView.

[Foundation.Export("collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:")]
public virtual void SupplementaryViewDisplayingEnded (UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit
override this.SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit

Parameters

collectionView
UICollectionView

The collection view that originated the request.

elementKind
NSString
indexPath
NSIndexPath
Attributes

Applies to