次の方法で共有


UICollectionViewDelegate.SupplementaryViewDisplayingEnded メソッド

定義

指定した補助ビューが 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

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

elementKind
NSString
indexPath
NSIndexPath
属性

適用対象