We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c44db commit 1703b4dCopy full SHA for 1703b4d
Sources/Impl/Coordinates.swift
@@ -108,7 +108,7 @@ final class Coordinates<PinView: Layoutable> {
108
109
private func getDisplayScale() -> CGFloat {
110
#if os(iOS) || os(tvOS)
111
- if #available(iOS 13.0, *) {
+ if #available(iOS 13.0, tvOS 13.0, *) {
112
let windowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene
113
return windowScene?.screen.scale ?? .zero
114
} else {
0 commit comments