UICollectionViewDelegate_Extensions.SupplementaryViewDisplayingEnded Method

Definition

Indicates that the supplementary view at the specified indexPath has been removed.

public static void SupplementaryViewDisplayingEnded (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
static member SupplementaryViewDisplayingEnded : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit

Parameters

This
IUICollectionViewDelegate

The instance on which this extension method operates.

collectionView
UICollectionView

The collection view that originated the request.

elementKind
NSString
indexPath
NSIndexPath

Applies to