UITableViewDelegate.GetIndexPathForPreferredFocusedView(UITableView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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