Freigeben über


UITableViewController.ShouldUpdateFocus Methode

Definition

Wird aufgerufen, bevor der tableView Fokus entweder verloren geht oder empfängt. Wenn eine Fokusumgebung zurückgibt false, wird das Fokusupdate abgebrochen.

[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

Parameter

tableView
UITableView

Gibt zurück

Attribute

Gilt für: