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


UITableViewDelegate_Extensions.CellDisplayingEnded Метод

Определение

Указывает, что ячейка была только что удалена.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CellDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
static member CellDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Параметры

This
IUITableViewDelegate

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

tableView
UITableView

Отображаемый UITableView объект .

cell
UITableViewCell

Объект , UITableViewCell который только что был удален.

indexPath
NSIndexPath

Объект , NSIndexPath указывающий .cell

Атрибуты

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