UITableViewDelegate.AccessoryForRow(UITableView, NSIndexPath) Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("tableView:accessoryTypeForRowWithIndexPath:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITableViewCellAccessory AccessoryForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory
override this.AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory

Parameters

tableView
UITableView

Table view containing the rows.

indexPath
NSIndexPath

Location of the row.

Returns

Attributes

Applies to