UITableViewController.WillDisplay Méthode

Définition

Indique qu’une cellule est sur le point d’être affichée.

[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

Paramètres

tableView
UITableView
indexPath
NSIndexPath
Attributs

S’applique à