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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldUpdateFocus(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldUpdateFocus : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewFocusUpdateContext -> bool

Parameters

tableView
UITableView

Returns

Attributes

Applies to