---
title: "init(destination:label:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/navigationlink/init(destination:label:)"
---

# init(destination:label:)

Creates a navigation link that presents the destination view.

## Declaration

```swift
nonisolated init(@ContentBuilder destination: () -> Destination, @ContentBuilder label: () -> Label)
```

## Parameters

- `destination`: A view for the navigation link to present.
- `label`: A content builder to produce a label describing the destination to present.

## Mentioned in

Understanding the navigation stack

## See Also

### Presenting a destination view

- [init(_:destination:)](swiftui/navigationlink/init(_:destination:).md)
