An open API service indexing awesome lists of open source software.

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.

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.