Condividi tramite


UITableViewController.WillDisplay Method

Definition

Indicates that the cell at the specified indexPath is about to be shown.

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

Parameters

tableView
UITableView

Table view containing the row.

cell
UITableViewCell

Cell view that is going to be used to draw the row.

indexPath
NSIndexPath

Location of the row.

Implements

Attributes

Applies to