Compartilhar via


UITableViewController.WillDisplay Método

Definição

Indica que uma célula está prestes a ser exibida.

[Foundation.Export("tableView:willDisplayCell:forRowAtIndexPath:")]
public virtual void WillDisplay (UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
abstract member WillDisplay : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit
override this.WillDisplay : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Parâmetros

tableView
UITableView
indexPath
NSIndexPath
Atributos

Aplica-se a