Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaostyle/swiftui_landmarks
https://github.com/yaostyle/swiftui_landmarks
ios ios-swift swifui tutorial-exercises
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaostyle/swiftui_landmarks
- Owner: yaostyle
- Created: 2023-12-18T01:10:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T04:41:57.000Z (7 months ago)
- Last Synced: 2024-04-12T12:05:57.389Z (7 months ago)
- Topics: ios, ios-swift, swifui, tutorial-exercises
- Language: Swift
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SwiftUI Tutorial - Landmarks
This repo documents the progress of creating the Landmarks app from the [SwiftUI Tutorial](https://developer.apple.com/tutorials/swiftui/creating-and-combining-views) for practice purposes.
## SwiftUI essentials
### Creating and combining views
### Building lists and navigation
### Handling user input## Drawing and animation
### Drawing paths and shapes
### Animating views and transitions## App design and layout
### Composing complex interfaces
### Working with UI controls