peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use plain list style on task list

peterfriese opened this issue · comments

In iOS 14.0 b1, SwiftUI defaults to displaying lists with rounded corners:

Default List Style

Instead, display the list so the individual rows go from edge to edge, just like in iOS 13:

Plain List STyle