Condividi tramite


UITableViewSource.GetCell(UITableView, NSIndexPath) Method

Definition

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

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to