Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mmklug opened this issue Nov 28, 2018 · 0 comments
Closed

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

mmklug opened this issue Nov 28, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mmklug
Copy link

mmklug commented Nov 28, 2018

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 }

@kharrison kharrison added the bug Something isn't working label May 15, 2019
@kharrison kharrison self-assigned this May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants