UICollectionViewDelegate_Extensions.SupplementaryViewDisplayingEnded Método

Definición

Indica que se ha quitado la vista complementaria en el indexPath especificado.

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

Parámetros

This
IUICollectionViewDelegate

Instancia en la que opera este método de extensión.

collectionView
UICollectionView

Vista de colección que originó la solicitud.

elementKind
NSString
indexPath
NSIndexPath

Se aplica a