Grouped section with header and footer text
m5o opened this issue · 4 comments
m5o commented
Apple is using the grouped sections a lot in their iOS setting app. Do the sections also provide a footer parameter?
In most of The iOS Interface the header text is uppercase and the footer small and gray-ish. Will this be handled by SwiftUI in the future?
Thank you for building this reference!
iNoles commented
Section(header=Text("Header"), footer=Text("Footer"))
m5o commented
Thank you @iNoles
It would be nice if this could be added to the cheat sheet including a screenshot.
Sadmansamee commented
heyjaywilson commented
@Sadmansamee I'm trying to make an example for this, but are there any tips on how to get the screenshots? Or should I just submit a PR for the code and someone else can do the screenshot.
I've put it in my PR anyway, but left the screenshot out.