Skip to content

Again Same issue in 1.1.0  #44

Description

@junbok97

Again PIPKit.show(with: PIPViewController()) not showing the PIPViewController in ver1.1.0

PIPKit.Swift Line 96 Must be changed

        let newWindow: PIPKitWindow
        
        if #available(iOS 13.0, *),
           let currentWindowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene {
            newWindow = PIPKitWindow(windowScene: currentWindowScene)
        } else {
            newWindow = PIPKitWindow()
        }

is this intended behavior?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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