Partager via


UITableViewSource.WillDisplayFooterView(UITableView, UIView, nint) Méthode

Définition

Appelé avant l’affichage d’une vue de pied de page pour une section.

[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayFooterView (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit

Paramètres

tableView
UITableView

Tableview impliquée.

footerView
UIView

UIView qui sera utilisé comme vue de pied de page.

section
System.System.IntPtr System.nativeint

Section de table à laquelle appartient la vue de pied de page.

Attributs

S’applique à