Skip to content

Commit

Permalink
📱 iOS compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Feb 28, 2022
1 parent fe46147 commit d4271db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public extension View {
}
}

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

@State var hover: Bool = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

@available(macOS 11.0, iOS 13.0, *)
@available(macOS 11.0, iOS 13.4, *)
public extension View {

// MARK: - Public Methods
Expand All @@ -23,7 +23,7 @@ public extension View {
}
}

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

@ViewBuilder var content: Content
Expand Down

0 comments on commit d4271db

Please sign in to comment.