다음을 통해 공유


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

적용 대상