mergesort / Recap

A What's New screen, and more
MIT License
161 stars 5 forks source link

Dismiss button hugs the bottom of the view when displayed in a context without a bottom safe area (iPad, Mac, older iPhones) #13

Closed iKenndac closed 1 day ago

iKenndac commented 3 days ago

When displayed in contexts without a bottom safe area, the dismiss button hugs the bottom edge of the view:

image

I had a quick muck around and SwiftUI doesn't appear to be great with this. I think the solution will be pulling that button out of a ToolbarItem and placing it in a VStack below the tab view, then applying a conditional bit of spacing underneath.

Let me know if you want me to do this.

mergesort commented 1 day ago

Fixed in #14, thank you so much @iKenndac!