Radar: FB9697336 – ScrollViewReader scrollTo scrolls incorrectly sometimes, affected by unrelated padding

Hit this one while working on our video subtitles app Captionista once iOS 15 came out. Spooky scrolling action at a distance. FB9697336 – ScrollViewReader scrollTo scrolls incorrectly sometimes, affected by unrelated padding Please provide … Read more →

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

Screenshot showing light anti-aliasing on popup corners

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

Screenshot of the ugly doubling effect you get when using hoverEffect

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