다음을 통해 공유


UITableViewSource.GetHeightForHeader(UITableView, nint) 메서드

정의

로 지정된 섹션의 헤더 높이를 확인하기 위해 호출됩니다 section.

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

매개 변수

tableView
UITableView

테이블 뷰.

section
System.System.IntPtr System.nativeint

헤더 표시가 필요한 섹션의 인덱스입니다.

반환

헤더의 높이(포인트 단위)입니다 float.

특성

설명

이 메서드를 사용하면 섹션 헤더의 높이가 다를 수 있습니다. 테이블이 스타일이면 이 메서드가 Plain 호출되지 않습니다.

[UITableViewDelegate]에 선언됨

적용 대상