You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some valid use cases where you want to be able to slice more than the available width/height, such as when your content has a minimum size and your sizing rules allow for content to extend beyond the bounds if you view is sized beneath its ideal size.
We should instead have a dedicated non-asserting alert method for which consumers can create a symbolic breakpoint to detect, following the pattern of ParalayoutAlertForMismatchedAlignmentPositionTypes and ParalayoutAlertForInvalidViewHierarchy.
The text was updated successfully, but these errors were encountered:
There are some valid use cases where you want to be able to slice more than the available width/height, such as when your content has a minimum size and your sizing rules allow for content to extend beyond the bounds if you view is sized beneath its ideal size.
We should instead have a dedicated non-asserting alert method for which consumers can create a symbolic breakpoint to detect, following the pattern of
ParalayoutAlertForMismatchedAlignmentPositionTypes
andParalayoutAlertForInvalidViewHierarchy
.The text was updated successfully, but these errors were encountered: