<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Tab/init(_:systemImage:value:content:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI3TabVAASHRzAA4ViewR_AaDR0_rlE_11systemImage5value7contentACyxq_AA07DefaultC5LabelVGAA18LocalizedStringKeyV_SSxq_yXEtcAIRs0_rlufc::OverloadGroup"
  },
  "title" : "init(_:systemImage:value:content:)"
}
-->

# init(_:systemImage:value:content:)

Creates a tab that the tab view presents when the tab view’s selection
matches the tab’s value using a system image for the tab’s tab item image,
with a localized string key label.

```
nonisolated init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ContentBuilder content: () -> Content) where Label == DefaultTabLabel
```

## Parameters

`titleKey`

The localized string key label for the tab’s tab item.

`systemImage`

The system image for the tab’s tab item.

`value`

The `selection` value which selects this tab.

`content`

The view content of the tab.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)