共用方式為


UITableViewDelegate.GetViewForHeader(UITableView, nint) 方法

定義

傳回在指定區段開頭顯示的檢視物件。

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

參數

tableView
UITableView

包含 區段的資料表檢視。

section
System.System.IntPtr System.nativeint

將新增標頭的區段索引。

傳回

要顯示在指定 section 開頭的檢視。

屬性

備註

UILabel可以是 或 UIImageView 自訂檢視。 此方法也需要 GetHeightForHeader(UITableView, nint) 實作。

適用於