UITableViewDelegate.GetHeightForFooter(UITableView, nint) 메서드

정의

로 지정된 섹션의 바닥글 높이를 결정하기 위해 호출됩니다 section.

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

매개 변수

tableView
UITableView

테이블 뷰.

section
System.System.IntPtr System.nativeint

바닥글 표시가 필요한 섹션의 인덱스입니다.

반환

바닥글의 높이(포인트 단위)입니다 float.

특성

설명

이 메서드를 사용하면 구역 바닥글의 높이가 다를 수 있습니다. 테이블이 스타일이면 이 메서드가 Plain 호출되지 않습니다.

적용 대상