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 4bc8a06 commit 9cb8c69Copy full SHA for 9cb8c69
Sources/ViewModifierBuilder.swift
@@ -1,17 +1,5 @@
1
import SwiftUI
2
3
-public struct V: ViewModifier {
4
- public func body(content: Content) -> some View {
5
- content
6
- }
7
-}
8
-
9
-public struct V2: ViewModifier {
10
11
12
13
14
15
/// A custom parameter attribute that constructs modifiers from closures.
16
///
17
/// You typically use ``ViewModiferBuilder`` as a parameter attribute for child
0 commit comments