Bottom Accessory
A modifier to place content above the tabs
Platform Compatibility
iOS 26.0+ iPadOS 26..0+
SwiftUI Code
TabView {
Tab("1", systemImage: "1.circle") {
EmptyView()
}
Tab("2", systemImage: "2.circle") {
EmptyView()
}
Tab("3", systemImage: "3.circle") {
EmptyView()
}
}
.tabViewBottomAccessory {
Text("Foo")
}
Found an issue or have a suggestion?
Created: June 10, 2025Updated: June 10, 2025