Is your SwiftUI ScrollView scrolling to the wrong location in iOS 15?

I isolated a couple of new iOS 15 ScrollView bugs recently while working on the timing editor view in our new video subtitling app Captionista. These particular problems did not exist in iOS 14. Our … Read more →

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 →