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 803c472 commit cb92903Copy full SHA for cb92903
packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts
@@ -28,3 +28,11 @@ declare var NativeScriptEmbedderDelegate: {
28
29
prototype: NativeScriptEmbedderDelegate;
30
};
31
+
32
+declare class NativeScriptViewFactory extends NSObject {
33
+ static getKeyWindow(): UIWindow;
34
+ static shared: NativeScriptViewFactory;
35
+ views: NSMutableDictionary<string, any>;
36
+ viewCreator: (id: string, ctrl: UIViewController) => void;
37
+ viewDestroyer: (id: string) => void;
38
+}
0 commit comments