Skip to content

Bhargav-Agravat/SwiftUINavigationDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NavigationView(NavigationLink), Sheet and fullScreenCover

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-11-19.at.16.34.04.mp4

This is Basic Example of NavigationView(NavigationLink), Sheet and fullScreenCover

1. NavigationView (with NavigationLink)

  • NavigationView provides a container for hierarchical navigation using a stack-based interface.
  • NavigationLink is used within NavigationView to navigate to a new view when tapped.

2. Sheet

  • Presents a modal view over the current screen, typically for temporary or secondary content.
  • It can be dismissed by swiping down or using a close button.

3. FullScreenCover

  • Displays a view modally in full-screen, covering the entire app interface.
  • Dismissal requires explicit user action, making it ideal for immersive experiences.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages