共用方式為


UICollectionViewDelegate_Extensions.SupplementaryViewDisplayingEnded 方法

定義

指出指定的 indexPath 上的增補檢視已經移除。

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

參數

This
IUICollectionViewDelegate

這個擴充方法運作所在的 實例。

collectionView
UICollectionView

產生要求的集合檢視。

elementKind
NSString
indexPath
NSIndexPath

適用於