How to display a scrollable list using the List view
List view is a container that can present a scrollable list of views in SwiftUI. You can...
NavigationLink is a SwiftUI view that helps with (you guess) navigation between screens. It is used with NavigationView, and it provides destinations for it.