Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
🍽 A SwiftUI demo app showing how to fetch data from the server to populate list views, navigate to detailed results and wire in a search field.
Swift Python
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Recipes.xcodeproj
Recipes
fake_server
screenshots
.gitignore
README.md

README.md

SwiftUI-Recipes 🍽

A demo app showing how to fetch data from the server to populate list views, navigate to detailed results and wire in a search field.

About

This project is a SwiftUI implementation of my goto recipe app example for playing around in new languages / environments.

Usage

  1. Clone or download this project
  2. Navigate to its directory and open the project file in Xcode 11 or above
  3. Build and run to a device or simulator

Made by dps with inspiration from Apple's samples and Mat Schmid's SwiftUI-ListFetching demo.

You can’t perform that action at this time.