Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getiOSWindow
Function
getiOSWindow
packages/core/application/helpers-common.ts:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
102
let
_iosWindow: UIWindow;
103
export
function
getiOSWindow(): UIWindow {
104
return
_iosWindow;
105
}
106
export
function
setiOSWindow(value: UIWindow) {
107
_iosWindow = value;
108
}
Callers
6
window
Method · 0.90
notifyAppStarted
Method · 0.90
didFinishLaunchingWithOptions
Method · 0.90
_setupWindowForScene
Method · 0.90
getPrimaryWindow
Method · 0.90
showUIAlertController
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected