https://github.com/dps/swiftui-recipes
🍽 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.
https://github.com/dps/swiftui-recipes
Last synced: 11 months ago
JSON representation
🍽 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.
- Host: GitHub
- URL: https://github.com/dps/swiftui-recipes
- Owner: dps
- Created: 2019-12-30T14:37:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:33:10.000Z (over 5 years ago)
- Last Synced: 2024-04-16T18:33:18.165Z (about 2 years ago)
- Language: Swift
- Homepage:
- Size: 19.1 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.