Condividi tramite


UITableViewSource.GetIndexPathForPreferredFocusedView(UITableView) Method

Definition

[Foundation.Export("indexPathForPreferredFocusedViewInTableView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath? GetIndexPathForPreferredFocusedView(UIKit.UITableView tableView);
[<Foundation.Export("indexPathForPreferredFocusedViewInTableView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath
override this.GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath

Parameters

tableView
UITableView

Returns

Attributes

Applies to