다음을 통해 공유


UITableViewController.EstimatedHeightForFooter(UITableView, nint) 메서드

정의

최소 계산을 사용하여 바닥글 보기의 높이를 예측합니다.

[Foundation.Export("tableView:estimatedHeightForFooterInSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat EstimatedHeightForFooter (UIKit.UITableView tableView, nint section);
abstract member EstimatedHeightForFooter : UIKit.UITableView * nint -> nfloat
override this.EstimatedHeightForFooter : UIKit.UITableView * nint -> nfloat

매개 변수

tableView
UITableView
section
System.System.IntPtr System.nativeint

반환

특성

적용 대상