Compartilhar via


UITableViewDelegate_Extensions.FooterViewDisplayingEnded Método

Definição

Indica que o footerView da seção especificada foi removido.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FooterViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member FooterViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView

Tabela à qual o modo de exibição de rodapé pertence.

footerView
UIView

O UIView sendo removido.

section
System.System.IntPtr System.nativeint

O índice da seção à qual o footerView pertencia.

Atributos

Aplica-se a