Sheets in SwiftUI on iPhone do not make the presenting view shrink behind

I noticed something was a little off. TL:DR; the modal sheet on compact horizontal size class in SwiftUI is not the true UIKit presentation transition. Read more →

Are you seeing a weird change in text and image styles when you dismiss a SwiftUI popover?

I noticed that when I dismissed my popover the text was changing its style… Read more →

SwiftUI Popover replaces existing popover without moving it or pointing it at the correct view

SwiftUI 2 popovers don’t properly update if one was already displayed and you trigger another. Read more →

SwiftUI adaptive Popover swipe-to-dismiss is broken

When swiping to dismiss in compact horizontal size class or on iPhone, the popover transition freaks out. Here’s a workaround. Read more →

Colouring the arrow of a Popover in SwiftUI

Popovers in SwiftUI don’t provide a way to change the colour of their arrow, and if you do not use a NavigationView but set a custom background colour, you will be sad that the arrow looks terrible. Read more →