Last updated 9 days ago
SwiftUI โฉ view โฉ drawing โฉ background
background style
.background()
view .background(.ultraThinMaterial) // material .background(Image("Blob 1")) // image .background(.regularMaterial, // material in shape in: RoundedRectangle(cornerRadius: 8) )
View โฉ
.background(_:ignoresSafeAreaEdges:)
.background(_:in:fillStyle:) - background with a particular shape
Design+Code โฉ Material and Foreground Style
Sundell โฉ Background & overlay in Swift