Share via


UITableViewController.EstimatedHeight(UITableView, NSIndexPath) 메서드

정의

최소 계산을 사용하여 행의 높이를 예측합니다. 자주 호출됩니다.

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

매개 변수

tableView
UITableView
indexPath
NSIndexPath

반환

특성

적용 대상