Beware the cancelled interactive dismiss of SwiftUI popovers

Experiencing weird crashes accessing environment values when dismissing a sheet in SwiftUI? Read more →

Popovers on iPad in SwiftUI render ugly corner aliasing when forcing a colorScheme

Turns out if you force the colour scheme of your app to the opposite of the device’s current scheme, popover corners on iPad anti-alias badly. Read more →

Using SwiftUI .hoverEffect modifier on iPad causes doubling of visuals

I tried to add hover effect to the iPad UI for Captionista but… SwiftUI has issues with this. Read more →

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 →