UITableViewDelegate_Extensions.AccessoryForRow Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewCellAccessory AccessoryForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member AccessoryForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view containing the rows.

indexPath
NSIndexPath

Location of the row.

Returns

Attributes

Applies to