close
Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

Apps initialized with a storyboard don't get a main window #1836

@bviglietta

Description

@bviglietta

Applications that are initialized with a storyboard are supposed to have a main UIWindow automatically created, and the app delegate's "window" property should be initialized with this value. However, this window is never created in WinObjC apps.

The only window that gets created is the popup window, which is also, as a result of being the only window in existence, erroneously marked as the key window.

See the XAMLCatalog sample app for an example of this behavior.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions