This SwiftUI tutorial shows how to create a glassmorphism effect in iOS 15 with Xcode 13. By utilizing foregroundStyle and material backgrounds, we are able to create that desired frosty / glass effect. Glassmorphism is a recent UI design trend that has gained popularity on design platforms such as Figma and Dribbble. This tutorial uses: Xcode 13, Swift 5, SwiftUI 3, and iOS 15.
This can be considered part 2 of the original glassmorphism swiftui tutorial I did here: • SwiftUI Tutorial: Glassmorphism UI Design
Source Code: https://github.com/Koshenka27/Playhou...
#SwiftUI #Tutorial #Glassmorphism #UIDesign