Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make UIViewBox use the same patterns as ViewBox (#2400)
We now include the margin when measuring on 'Stretch' alignment. This was causing a layout bug previously. We now use sizeThatFits exclusively, rather than using sizeThatFits when measuring and systemLayoutSizeFittingSize during layout. Co-authored-by: Jesse Wilson <[email protected]>
- Loading branch information