Поделиться через


UITableViewSource.CanFocusRow(UITableView, NSIndexPath) Метод

Определение

Указывает, может ли строка в указанном indexPath объекте получить фокус.

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

Параметры

tableView
UITableView
indexPath
NSIndexPath

Возвращаемое значение

Атрибуты

Применяется к