Same issue here - the icon stopped appearing on iOS 18.
My snippet:
.toolbar {
ToolbarItem(placement: .topBarTrailing) {
Button(action: {
helpTapped()
}, label: {
Image(asset: .helpDefault)
.renderingMode(.template)
})
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: