Skip to content

'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes #155

Open
@sundialsoft

Description

@sundialsoft

Various deprecated items with keyWindow being the most serious.
There are work arounds: eg
let window = UIApplication.shared.windows.filter {$0.isKeyWindow}.first
gets the same result without the deprecated message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions