https://github.com/elf0-fr/appledevelopinswifttutorials
Develop in Swift Tutorials is a series of tutorials made by Apple in 2024.
https://github.com/elf0-fr/appledevelopinswifttutorials
swift swiftdata swiftui tutorials
Last synced: 16 days ago
JSON representation
Develop in Swift Tutorials is a series of tutorials made by Apple in 2024.
- Host: GitHub
- URL: https://github.com/elf0-fr/appledevelopinswifttutorials
- Owner: elf0-fr
- Created: 2024-04-13T15:44:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T13:11:37.000Z (about 2 years ago)
- Last Synced: 2025-08-24T14:32:08.016Z (10 months ago)
- Topics: swift, swiftdata, swiftui, tutorials
- Language: Swift
- Homepage: https://developer.apple.com/tutorials/develop-in-swift
- Size: 475 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Romain Tirbisch
Hi!
I am a spatial software engineer (VR, AR, XR). I am passionate about swift development.
In my free time I work on several swift project. Most of them are small and target one main feature. I intend to use them as support for youtube tutorials.
I also work on a big project that is actually an agregation of my other small projects.
# AppleDevelopInSwiftTutorials
Develop in Swift Tutorial is a series of tutorials made by Apple in 2024.
This project merges the first 7 chapters/tutorials of [Develop in Swift Tutorial](https://developer.apple.com/tutorials/develop-in-swift) in a single application named PartyCompanion.
Each chapter can be run independently of each other.
For the moment ChatPrototype and WeatherForecast are not part of PartyCompanion because they are hard coded. To make these two chapters more attractive, I plan to integrate Multipeer Connectivity and WeatherKit frameworks.
Party Companion will help you organize a game or movie session with your friends.
# Views
This application includes:
## An onboarding screen

## A list of friends with a birthday forecast screen

## A list of movies

## A pick a random friend screen

## A dice roller screen
