When making a Multiplatform app (it could be on all, I've only tested with Multiplatform so far) the Label component in SwiftUI doesn't display correctly.
I would share a screenshot but:
Is this a known issue, if not: where should I report it?
I would share a screenshot but:
The forums doesn't seem to support uploading of images
When I try to attach a link to imgur, it says I have to remove the link.
The SF Symbol appears raised compared to the text, almost like there's not enough room for the symbol
Code Block swift List(items, id:\.self) { item in NavigationLink(destination: MyView()) { HStack { Label(item, systemImage: "circle") } } }
Is this a known issue, if not: where should I report it?
Seems this is a known issue.
iOS & iPadOS 14 Beta Release Notes
iOS & iPadOS 14 Beta Release Notes
SwiftUI
Known Issues
...
A Label used with a symbol image might appear misaligned. (60193698)