Bagikan melalui


UITableViewDelegate.WillDisplayFooterView(UITableView, UIView, nint) Metode

Definisi

Dipanggil sebelum tampilan tampilan footer untuk sebuah bagian.

[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

Parameter

tableView
UITableView

Yang UITableView terlibat.

footerView
UIView

UIView yang akan digunakan sebagai tampilan footer.

section
System.System.IntPtr System.nativeint

Bagian tabel tempat tampilan footer berada.

Atribut

Berlaku untuk