We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Again PIPKit.show(with: PIPViewController()) not showing the PIPViewController in ver1.1.0
PIPKit.Swift Line 96 Must be changed
is this intended behavior?
The text was updated successfully, but these errors were encountered: