Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove assertions in slicing method #128

Open
NickEntin opened this issue Jun 16, 2024 · 0 comments · May be fixed by #134
Open

Remove assertions in slicing method #128

NickEntin opened this issue Jun 16, 2024 · 0 comments · May be fixed by #134
Assignees

Comments

@NickEntin
Copy link
Collaborator

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.

@NickEntin NickEntin self-assigned this Jun 16, 2024
@NickEntin NickEntin linked a pull request Aug 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant