Skip to content

The Conflict-v2 app launches with a black screen #1

@mmklug

Description

@mmklug

The reason seems to be the a didFinishLaunchingWithOptions method in AppDelegate.swift with the usual code to set the window.

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { window = UIWindow(frame: UIScreen.main.bounds) window?.backgroundColor = .white window?.rootViewController = ViewController() window?.makeKeyAndVisible() return true }

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions