Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.23 KB

Diners

Showing local businesses in your area. Currently limited to the San Jose, CA

Requirements

iOS 16.0+ Beta, iPadOS 16.0+ Beta, Xcode 14.0 Beta

While you can build and run the project to device or simulator from macOS 12.4 (Monterey), you require macOS 13.0+ Beta (Ventura) to build and run to a macOS target.

Working with the codebase

This project contains two branches:

  1. split-view-navigation (main)

This shows the NavigationSplitView - a view that presents views in two or three columns, where selections in leading columns control presentations in subsequent columns

NavigationSplitView

  1. navigation-stack

This shows the NavigationStack - A view that displays a root view and enables you to present additional views over the root view.

NavigationStack