UITableViewDelegate_Extensions.ShouldUpdateFocus Method

Definition

TCalled prior to the tableView either losing or receiving focus. If either focus environment returns false, the focus update is canceled.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldUpdateFocus (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context);
static member ShouldUpdateFocus : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Returns

Attributes

Applies to