This commit is contained in:
Михаил Капелько
2023-12-28 13:12:03 +03:00
parent ea09967ab6
commit a1ec08f280
9 changed files with 78 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
import MeetupIdX
import UIKit
@UIApplicationMain
@@ -11,7 +12,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
) -> Bool {
window = UIWindow(frame: UIScreen.main.bounds)
let vc = UIViewController()
addSwiftUIViewAsChild(swiftUIView: V(), parent: vc.view)
addSwiftUIViewAsChild(swiftUIView: MeetupId.V(), parent: vc.view)
vc.view.backgroundColor = .white
window?.rootViewController = vc
window?.backgroundColor = UIColor.white