It's under SwiftUI Known IssuesThe tabItemLabel(_:) modifier doesn’t accept @ViewBuilder closures. Workaround: Wrap the views you pass to the modifier in a VStack: MyView().tabItemLabel(VStack { Image(resourceName) Text(Item) }) Source : https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_beta_2_release_notes.tabItemLabel(VStack { Image(ic_zoom_out) Text(Item) }).tag(2)It's working for me using Local Image Assets but not with SF Symbols.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: