rechsteiner / Parchment

A paging view with a highly customizable menu ✨
MIT License
3.39k stars 420 forks source link

Constrain menu to safe area insets by default #668

Closed rechsteiner closed 1 year ago

rechsteiner commented 1 year ago

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.