UITableViewController.ShouldUpdateFocus Method

Definition

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

[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);
override this.ShouldUpdateFocus : UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool

Parameters

tableView
UITableView

Returns

Attributes

Applies to