UITableViewSource.GetIndexPathForPreferredFocusedView(UITableView) Method

Definition

The index path of the table's preferred focus view.

[Foundation.Export("indexPathForPreferredFocusedViewInTableView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetIndexPathForPreferredFocusedView (UIKit.UITableView tableView);
abstract member GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath
override this.GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath

Parameters

tableView
UITableView

Returns

Attributes

Applies to