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

Again Same issue in 1.1.0 #44

Open
junbok97 opened this issue Nov 12, 2024 · 0 comments
Open

Again Same issue in 1.1.0 #44

junbok97 opened this issue Nov 12, 2024 · 0 comments

Comments

@junbok97
Copy link

junbok97 commented Nov 12, 2024

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?

@junbok97 junbok97 changed the title #34 Same issue in 1.10 Again Same issue #34 in 1.10 Nov 12, 2024
@junbok97 junbok97 changed the title Again Same issue #34 in 1.10 Again Same issue in 1.10 Nov 12, 2024
@junbok97 junbok97 changed the title Again Same issue in 1.10 Again Same issue in 1.1.0 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant