共用方式為


UIApplication.KeyWindow 屬性

定義

傳回應用程式的索引鍵視窗 - 目前顯示的視窗,並接收使用者輸入

public virtual UIKit.UIWindow KeyWindow { [Foundation.Export("keyWindow")] get; }
member this.KeyWindow : UIKit.UIWindow

屬性值

屬性

備註

索引鍵視窗是目前可見的視窗,也是接收使用者輸入的視窗。 接著,索引鍵視窗會將輸入事件路由傳送至 UIViewController 屬性中設定中所 RootViewController 定義的 。

適用於