This issue seems to reappear. in Xcode 16.1 beta. While using a tab bar one view has an ornament or ToolbarItem. While switching between the views the ornament disappears unless I forcefully close and reopen the app.
Vstack {
//some code
} .toolbar {
ToolbarItem( placement: .bottomOrnament) {
CategoriesOrnament()
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: