Share via


UITableViewDelegate_Extensions.HeaderViewDisplayingEnded 메서드

정의

지정된 섹션의 헤더가 제거되었음을 나타냅니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HeaderViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
static member HeaderViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit

매개 변수

This
IUITableViewDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

tableView
UITableView

UITableView이 속한 headerView입니다.

headerView
UIView

제거 중인 UIView입니다.

section
System.System.IntPtr System.nativeint

가 속한 섹션을 headerView 나타내는 인덱스입니다.

특성

적용 대상