https://github.com/psharanda/uiviewgeometry
The Geometry of UIView - frame, bounds, transform, anchorPoint, center explained
https://github.com/psharanda/uiviewgeometry
Last synced: about 1 year ago
JSON representation
The Geometry of UIView - frame, bounds, transform, anchorPoint, center explained
- Host: GitHub
- URL: https://github.com/psharanda/uiviewgeometry
- Owner: psharanda
- License: mit
- Created: 2023-10-28T06:59:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T21:22:51.000Z (over 2 years ago)
- Last Synced: 2025-04-01T00:25:56.928Z (over 1 year ago)
- Language: Swift
- Size: 52.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIViewGeometry
A companion app for my guide on UIView Geometry:
https://hackernoon.com/mastering-uiview-geometry-a-dive-into-uikits-foundational-class-and-geometry-concepts-for-ios
In the app, you can experiment with different UIView properties in real time by adjusting sliders. Such an interactive approach is really helpful for grasping the nuances.