This commit is contained in:
Михаил Капелько
2023-12-26 13:46:31 +03:00
父節點 765889a9d6
當前提交 8cd10b105d
共有 4 個文件被更改,包括 17 次插入2 次删除

查看文件

@@ -12,7 +12,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
window = UIWindow(frame: UIScreen.main.bounds)
let vc = UIViewController()
addSwiftUIViewAsChild(swiftUIView: V(), parent: vc.view)
vc.view.backgroundColor = .gray
vc.view.backgroundColor = .white
window?.rootViewController = vc
window?.backgroundColor = UIColor.white
window?.makeKeyAndVisible()