UITableViewController.GetViewForFooter(UITableView, nint) 方法

定义

用于页脚的 UIView。

[Foundation.Export("tableView:viewForFooterInSection:")]
public virtual UIKit.UIView GetViewForFooter (UIKit.UITableView tableView, nint section);
abstract member GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

返回

属性

适用于