SwiftUI ScrollView cannot click content on custom defined safe area
On my app I have a floating button. Because I don’t want that this button to obstruct contents, I placed it on .safeAreaInset(egde: bottom) { }
. ScrollView handles this safe area, and allow user to scroll extra distance.
Swiftui: Overlay – either rounded corners or
I would like to create a overlay at the bottom of the view that has rounded top corners and covers the safe area also. I tried