Skip to content

Commit 0df3543

Browse files
committed
Add documentation
1 parent 6ea0317 commit 0df3543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftUIVisualEffects/Wrappers/VibrancyVisualEffectViewRepresentable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import SwiftUI
77

88
struct _VibrancyVisualEffectViewRepresentable<Content: View>: UIViewRepresentable {
9+
/// - Warning: `content`'s intrinsic content size will be lost.
910
init(content: Content) {
1011
self.content = content
1112
}

0 commit comments

Comments
 (0)