Partilhar via


UITableViewDelegate.GetViewForFooter(UITableView, nint) Método

Definição

Retorna um objeto de exibição a ser exibido no final da seção fornecida.

[Foundation.Export("tableView:viewForFooterInSection:")]
public virtual UIKit.UIView GetViewForFooter (UIKit.UITableView tableView, nint section);
abstract member GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView

Parâmetros

tableView
UITableView

Exibição de tabela que contém a seção .

section
System.System.IntPtr System.nativeint

Índice de seção em que o rodapé será adicionado.

Retornos

Uma exibição a ser exibida no final do determinado section.

Atributos

Comentários

Pode ser um ou UIImageView uma UILabelexibição personalizada. Esse método também precisa GetHeightForFooter(UITableView, nint) ser implementado.

[UITableViewDelegate]

Aplica-se a