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

指定 NSIndexPathcell

属性

适用于