Connect with us

Media

Introduction to NavigationStack in iOS 16

In this video I will introduce yu to the Navigation Stack

This is the first of 3 videos in a new iOS 16 series on the new Navigation api in iOS 16

In this video I will introduce yu to the Navigation Stack

We will take a look at this new container view along with its components. Namely the new NavigationLink. the navigationdestination method and the navigationPath

In the 2nd video of this series we will stay with the navigationStack and look more into programmable navigation and using deep links from external sources to open and navigation to view in your apps.

In the 3rd and final video in this series, we will look at the new NavigationSplitView container that will allow us to present 2 and 3 column navigation views on larger devices while still falling back to a traditional NavigationStack on narrower ones.

Introduction to NavigationStack

  • 0:00 Introduction and Overview
  • 2:05 NavigationStack
  • 4:30 NavigationLink
  • 7:46 NavigationDestination
  • 13:44 More Examples
  • 18:20 NavigationPath

Completed Project: https://github.com/StewartLynch/NavigationStack-Introduction

Advertisement

Trending