다음을 통해 공유


UITableViewSource.EstimatedHeightForFooter(UITableView, nint) 메서드

정의

지정된 section에 대한 바닥글의 예상 높이입니다.

[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

반환

특성

적용 대상