次の方法で共有


UITableViewDelegate.GetViewForFooter(UITableView, nint) メソッド

定義

指定したセクションの末尾に表示するビュー オブジェクトを返します。

[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

フッターが追加されるセクション インデックス。

戻り値

指定 sectionした の末尾に表示されるビュー。

属性

注釈

は、UILabelUIImageView、またはカスタム ビューのいずれかです。 このメソッドも実装する必要 GetHeightForFooter(UITableView, nint) があります。

[UITableViewDelegate]

適用対象