We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f734cc commit 454223cCopy full SHA for 454223c
packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts
@@ -31,6 +31,7 @@ declare var NativeScriptEmbedderDelegate: {
31
32
declare class NativeScriptViewFactory extends NSObject {
33
static getKeyWindow(): UIWindow;
34
+ static initShared(): void;
35
static shared: NativeScriptViewFactory;
36
views: NSMutableDictionary<string, any>;
37
viewCreator: (id: string, ctrl: UIViewController) => void;
0 commit comments