共用方式為


UITableViewController.ShouldUpdateFocus 方法

定義

在失去或接收焦點之前 tableView 呼叫。 如果任一個焦點環境傳 false 回 ,則會取消焦點更新。

[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

參數

tableView
UITableView

傳回

屬性

適用於