@DTS Engineer Thanks for letting me know!
In the meantime I found this workaround: custom SF symbols will center correctly when the button label is declared like this:
ToolbarItem {
Button(action: { }) {
Label {
Text("More")
} icon: {
Image("ellipsis.badge.90.10")
}
}
}
But that’s a bit cumbersome. It’d be better if worked with any valid button declaration.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: