Share via


UITableViewSource.EstimatedHeight(UITableView, NSIndexPath) 메서드

정의

지정된 indexPath에 있는 테이블 셀의 예상 높이입니다.

[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

반환

특성

적용 대상