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

Constrain menu to safe area insets by default #668

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

rechsteiner
Copy link
Owner

This ensures that the menu is shown below the navigation bar by default. This could potentially break apps that expect this to be constrained to the top of the view, and they would need to provide their own PagingView subclass that overrides the constraints.

This ensures that the menu is shown below the navigation bar by
default. This could potentially break apps that expect this to be
constrained to the top of the view, and they would need to provide
their own PagingView subclass that overrides the constraints.
@rechsteiner rechsteiner merged commit 12ceddc into 4.0 Apr 2, 2023
@rechsteiner rechsteiner deleted the safe-area-constraints branch April 2, 2023 14:57
rechsteiner added a commit that referenced this pull request Apr 6, 2023
In #668, the logic for menuPosition was removed by accident. This
brings it back and fixes some auto layout warnings.
rechsteiner added a commit that referenced this pull request Apr 6, 2023
In #668, the logic for menuPosition was removed by accident. This
brings it back and fixes some auto layout warnings.
@rechsteiner rechsteiner mentioned this pull request May 25, 2024
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 this pull request may close these issues.

1 participant