Shared a #swiftui question on Stack Overflow that has been driving me mad recently. Would appreciate any help on "How to combine other elements with a List in a SwiftUI Navigation Stack: https://stackoverflow.com/questions/77982484/how-to-combine-groupbox-or-disclosuregroup-with-a-list-in-a-swiftui-navigationst
How to combine GroupBox or DisclosureGroup with a List in a SwiftUI NavigationStack

Ultimately, I am trying to replicate the layout used in Apple's Tips app: The app appears to have a NavigationStack that contains non-list items but that fit the overall list style. When I try to

Stack Overflow
@cchana Nothing there makes me think this is not a List. The top part is just a row with an image (or a Section header) and each Section‘s title text can easily be implemented).
@nicoreese @cchana I wondering if that was the case but also hoping they didn’t replicate list element styles but maybe they have for this app (which seems a little mad to me)
@nicoreese @cchana I’ve had reply on Stack Overflow which has given me what I need! I had tried a variation of what they suggested but assumed ’.none’ was an alias to hiding all the padding. Off I go to sort my views out! 🎉