https://github.com/san-ghun/landmarks
An app for discovering and sharing the places you love.
https://github.com/san-ghun/landmarks
ios macos swift swiftui tutorial watchos
Last synced: 28 days ago
JSON representation
An app for discovering and sharing the places you love.
- Host: GitHub
- URL: https://github.com/san-ghun/landmarks
- Owner: san-ghun
- Created: 2022-09-10T12:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T16:23:11.000Z (over 3 years ago)
- Last Synced: 2024-12-31T15:38:13.083Z (over 1 year ago)
- Topics: ios, macos, swift, swiftui, tutorial, watchos
- Language: Swift
- Homepage:
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Landmarks
> from the [SwiftUI Tutorials | Apple Developer Documentation](https://developer.apple.com/tutorials/swiftui)
- An app for discovering and sharing the places you love.
- Developed with the SwiftUI, and this project covers following features of the SwiftUI:
- How to use SwiftUi to compose views, set up data flow, and build the navigation.
- Creating and combining Views
- Building Lists and Navigation
- Handling User Input
- How to draw shpaes and paths that animate.
- Drawing Paths and Shapes
- Animating Views and Transitions
- How to compose the structure and layout of interfaces.
- Composing Complex Interfaces
- Working with UI Controls
- How to integrate with UIKit and other OS.
- Interfacing with UIKit
- Creating a watchOS App
- Creating a macOS App
## Introducing SwiftUI
SwiftUI is a modern way to declare user interfaces for any Apple platform. Create beautiful, dynamic apps faster than ever before.