Skip to content

Commit d4271db

Browse files
committed
📱 iOS compatability
1 parent fe46147 commit d4271db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Button.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public extension View {
7171
}
7272
}
7373

74-
@available(macOS 11.0, iOS 13.0, *)
74+
@available(macOS 11.0, iOS 13.4, *)
7575
private struct HoverView<T>: View where T: View {
7676

7777
@State var hover: Bool = false

‎Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Tooltip.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import SwiftUI
99

10-
@available(macOS 11.0, iOS 13.0, *)
10+
@available(macOS 11.0, iOS 13.4, *)
1111
public extension View {
1212

1313
// MARK: - Public Methods
@@ -23,7 +23,7 @@ public extension View {
2323
}
2424
}
2525

26-
@available(macOS 11.0, iOS 13.0, *)
26+
@available(macOS 11.0, iOS 13.4, *)
2727
fileprivate struct TooltipView<Content, TooltipContent>: View where Content: View, TooltipContent: View {
2828

2929
@ViewBuilder var content: Content

0 commit comments

Comments
 (0)