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


UITableViewDelegate_Extensions.WillDisplay Метод

Определение

Указывает, что ячейка с указанным indexPath будет отображаться.

public static void WillDisplay (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
static member WillDisplay : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Параметры

This
IUITableViewDelegate

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

tableView
UITableView

Представление таблицы, содержащее строку.

cell
UITableViewCell

Представление ячейки, которое будет использоваться для рисования строки.

indexPath
NSIndexPath

Расположение строки.

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