https://github.com/robb/viewthatfitsissue
https://github.com/robb/viewthatfitsissue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robb/viewthatfitsissue
- Owner: robb
- Created: 2025-04-09T17:40:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:06:24.000Z (about 1 year ago)
- Last Synced: 2025-06-05T14:46:45.253Z (about 1 year ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ViewThatFitsIssue
When using e.g. [`Double(bitPattern: 0x403f555555555555)`](https://float.exposed/0x403f555555555555) as the width or height of a view inside a ViewThatFits that is influenced by safe area padding inside a scroll view, the View doesn't render yet is still used for lay outing purposes.

FB17176852 (Specific View dimensions cause Views to be dropped from ViewThatFits inside ScrollViews)