SimpleBoilerplates / SwiftUI-Cheat-Sheet

SwiftUI 2.0 Cheat Sheet
MIT License
4.37k stars 305 forks source link

UIVisualEffectView Equivalent? #9

Closed sebj closed 2 years ago

sebj commented 5 years ago

I'm interested to know whether there's a SwiftUI equivalent for UIVisualEffectView (or an equivalent for UIBlurEffect..)

Sadmansamee commented 5 years ago

I didn't find any yet, still you could use UIVisualEffectView or UIBlurEffect inside SwiftUI without any problem.

sebj commented 2 years ago

This repo's now very out of date, but as I'm tidying up my Github issues – this is now covered by 'materials' in SwiftUI 3 from iOS 15+ (https://developer.apple.com/documentation/swiftui/material)