Compartilhar via


UITableViewSource.WillDisplayFooterView(UITableView, UIView, nint) Método

Definição

Chamado antes da exibição de uma exibição de rodapé para uma seção.

[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

Parâmetros

tableView
UITableView

A visão de tabela envolvida.

footerView
UIView

O UIView que será usado como o modo de exibição de rodapé.

section
System.System.IntPtr System.nativeint

A seção de tabela à qual o modo de exibição de rodapé pertence.

Atributos

Aplica-se a