Compartilhar via


UITableViewDelegate.GetHeightForFooter(UITableView, nint) Método

Definição

Chamado para determinar a altura do rodapé da seção especificada por section.

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

Parâmetros

tableView
UITableView

Exibição de tabela.

section
System.System.IntPtr System.nativeint

Índice da seção que exige uma exibição de rodapé.

Retornos

A altura do rodapé (em pontos) como um float.

Atributos

Comentários

Esse método permite que os rodapés de seção tenham alturas diferentes. Esse método não será chamado se a tabela for Plain style.

Aplica-se a