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


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 принадлежит объект .

Атрибуты

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