Condividi tramite


UITableViewDelegate_Extensions.ShouldHighlightRow Method

Definition

Whether the cell at the specified indexPath should be highlighted.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldHighlightRow(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldHighlightRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView

The UITableView in which the row is located.

rowIndexPath
NSIndexPath

The location of the row being highlighted.

Returns

Attributes

Applies to