Condividi tramite


UITableViewSource.ShouldUpdateFocus Metodo

Definizione

Chiamato prima della perdita o della ricezione dello this stato attivo. Se un ambiente attivo restituisce false, l'aggiornamento dello stato attivo viene annullato.

[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

Parametri

tableView
UITableView

Restituisce

Attributi

Si applica a