# NavigationLink

## Overview

NavgationLink and Sheet are work similarly. But the difference is;

* **NavigationLink** => For showing the details about the item you tap
* **Sheet** => For unrelated content (Settings, Compose window, etc.)

When you use NavigationLink on the right side of the row there will be a chevron sign ">" which indicates that the link will will show a detail page related to the item you tap.

## Sample Codes

![](https://5317963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F598GXhEFvy2PX7VpZjCw%2Fuploads%2FOsr2g4XMHbwsDhsX89gc%2Fimage.png?alt=media\&token=18c93e86-c9aa-493c-8dc3-64818d001186)

![](https://5317963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F598GXhEFvy2PX7VpZjCw%2Fuploads%2FSusPZ7WmMHf5Ghag9Rhq%2Fimage.png?alt=media\&token=31f77a8a-ab8d-4aff-b619-48625861e0d3)

## Sources

### Videos

{% embed url="<https://youtu.be/DBpgil_PivM>" %}
[Hacking with Swift / 100 Days / Day-39 - Pushing new views onto the stack using NavigationLink](https://www.hackingwithswift.com/books/ios-swiftui/pushing-new-views-onto-the-stack-using-navigationlink)
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=IopCl8sOyFA>" %}
Sean Allen / SwiftUI Navigation - NavigationView & NavigationLink Tutorial
{% endembed %}

### Articles / Documents

*
