Skip to content

Commit

Permalink
Merge pull request #5 from lake-of-fire/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrapperon authored Jan 18, 2023
2 parents de6dc44 + 98c43b3 commit b335d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SwiftUILayoutGuides/SwiftUILayoutGuides.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ struct LayoutGuidesModifier: ViewModifier {
}
}

#if os(iOS)
@available(iOS 16.0, *)
struct SwiftUILayoutGuides_Previews: PreviewProvider {
static func sample<Content>(_ title: String, _ content: () -> Content) -> some View
Expand Down Expand Up @@ -304,3 +305,4 @@ struct LayoutGuidesModifier: ViewModifier {
}
}
#endif
#endif

0 comments on commit b335d61

Please sign in to comment.