Bottom Accessory

A modifier to place content above the tabs

Bottom Accessory - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 26.0+ iPadOS 26..0+

SwiftUI Code

Docs
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: December 27, 2025