---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/anytabcontent/init(_:)"
---

# init(_:)

Create an instance that type-erases tabContent.

## Declaration

```swift
nonisolated init<T>(_ tabContent: T) where SelectionValue == T.TabValue, T : TabContent
```
