NavigationLink

#navigationlink #sheet

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

Sources

Videos

Articles / Documents

Last updated