SimpleBoilerplates / SwiftUI-Cheat-Sheet

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

Updated .listStyle to be correct as of public release #24

Closed heyjaywilson closed 5 years ago

heyjaywilson commented 5 years ago

.grouped does not work in the release version of SwiftUI. Will need to use GroupedListStyle() instead

heyjaywilson commented 5 years ago

Also added a header and footer example to the list for issue #20. There is no screenshot though

Sadmansamee commented 5 years ago

Thank you for the pull request. :) @maeganjwilson

heyjaywilson commented 5 years ago

No problem!