UITableViewSource.GetHeightForHeader(UITableView, nint) Método

Definição

Chamado para determinar a altura do cabeçalho da seção especificada por section.

[Foundation.Export("tableView:heightForHeaderInSection:")]
public virtual nfloat GetHeightForHeader (UIKit.UITableView tableView, nint section);
abstract member GetHeightForHeader : UIKit.UITableView * nint -> nfloat
override this.GetHeightForHeader : 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 cabeçalho.

Retornos

A altura do cabeçalho (em pontos) como um float.

Atributos

Comentários

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

Declarado em [UITableViewDelegate]

Aplica-se a