共用方式為


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

屬性

適用於