Поделиться через


UITableViewDelegate_Extensions.EstimatedHeight Метод

Определение

Оценка высоты для указанного indexPath. Реализации должны выполнять минимальные вычисления, как это называется неоднократно.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat EstimatedHeight (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EstimatedHeight : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> nfloat

Параметры

This
IUITableViewDelegate

Экземпляр, с которым работает этот метод расширения.

tableView
UITableView
indexPath
NSIndexPath

Возвращаемое значение

Атрибуты

Применяется к