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


UITableViewDelegate.HeaderViewDisplayingEnded Метод

Определение

Вызывается при удалении заголовка раздела из таблицы (например, из-за прокрутки).

[Foundation.Export("tableView:didEndDisplayingHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HeaderViewDisplayingEnded (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit

Параметры

tableView
UITableView

UITableView, к которому принадлежит объект headerView.

headerView
UIView

Удаляемый объект UIView.

section
System.System.IntPtr System.nativeint

Индекс, указывающий раздел, к которому headerView принадлежит объект .

Атрибуты

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