How to add a drop shadow for a SwiftUI List's Section? – Ios swift
I have a SwiftUI view that makes use of a Section view within a List view. What I'm trying to do is add some drop-shadow around the section so that the section's content is clearly separated from the background of…