UITableViewDelegate_Extensions.ShouldHighlightRow Method

Definition

Whether the cell at the specified indexPath should be highlighted.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldHighlightRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
static member ShouldHighlightRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

The UITableView in which the row is located.

rowIndexPath
NSIndexPath

The location of the row being highlighted.

Returns

Attributes

Applies to