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


UITableViewSource.ShouldUpdateFocus Метод

Определение

Вызывается this до потери или получения фокуса. Если возвращается falseлюбая из сред фокуса , обновление фокуса отменяется.

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

Параметры

tableView
UITableView

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

Атрибуты

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