다음을 통해 공유


UITableViewController.EstimatedHeightForHeader(UITableView, nint) 메서드

정의

최소 계산을 사용하여 헤더 뷰의 높이를 예측합니다.

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

매개 변수

tableView
UITableView
section
System.System.IntPtr System.nativeint

반환

특성

적용 대상