Поделиться через


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
Атрибуты

Применяется к