Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 498 Bytes

File metadata and controls

5 lines (4 loc) · 498 Bytes

This directory contains code from Point-Free Episode: SwiftUI Navigation: Sheets and Popovers, Part 1

It’s time to look at a more advanced kind of navigation: modals. We will implement a new feature that will be driven by a sheet and can be deep-linked into. Along the way we’ll introduce a helper to solve a domain modeling problem involving enum state.