UITableViewDelegate_Extensions.FooterViewDisplayingEnded Méthode

Définition

Indique que le footerView de la section spécifiée a été supprimé.

[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

Paramètres

This
IUITableViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView

Table à laquelle appartient la vue pied de page.

footerView
UIView

UIView en cours de suppression.

section
System.System.IntPtr System.nativeint

Index de la section à laquelle appartient.footerView

Attributs

S’applique à