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


UITableViewDelegate.WillDisplayFooterView(UITableView, UIView, nint) Метод

Определение

Вызывается перед отображением представления нижнего колонтитула для раздела.

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

Параметры

tableView
UITableView

Участвующий UITableView объект .

footerView
UIView

Объект , UIView который будет использоваться в качестве представления нижнего колонтитула.

section
System.System.IntPtr System.nativeint

Раздел таблицы, к которому принадлежит представление нижнего колонтитула.

Атрибуты

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