https://github.com/cewitte/layoutandgeometry
Paul Hudson's (@twostraws) 100 Days of Swift UI Project 18
https://github.com/cewitte/layoutandgeometry
Last synced: 9 months ago
JSON representation
Paul Hudson's (@twostraws) 100 Days of Swift UI Project 18
- Host: GitHub
- URL: https://github.com/cewitte/layoutandgeometry
- Owner: cewitte
- License: mit
- Created: 2025-08-13T18:23:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T18:34:43.000Z (10 months ago)
- Last Synced: 2025-08-13T20:45:59.497Z (10 months ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Layout and Geometry
## Paul Hudson's ([@twostraws](https://x.com/twostraws)) 100 Days of Swift UI Project 18
Source URL: [Layout and geometry: Introduction](https://www.hackingwithswift.com/books/ios-swiftui/layout-and-geometry-introduction)
>In this technique project we’re going to explore how SwiftUI handles layout. Along the way you’ll also learn about creating more advanced layout alignments, building special effects using `GeometryReader`, and more – some real power features that I know you’ll be keen to deploy in your own apps.
_Note: In this project, I chose to go with less branches and a shorter Read Me, focusing only on what I've found interesting or important for my own projects. One can always refer to Paul's original tutorial (always recommended) for a complete explanation._
## Acknowledgments
Original code created by: [Paul Hudson - @twostraws](https://x.com/twostraws) (Thank you!)
Made with :heart: by [@cewitte](https://x.com/cewitte)