Author: Marc
Using SwiftUI .hoverEffect modifier on iPad causes doubling of visuals
Sheets in SwiftUI on iPhone do not make the presenting view shrink behind
After solving the problem with SwiftUI adaptive popovers on iPad not dismissing properly on iPhone or in compact split view on iPad in Captionista, I noticed something… If you show a modal sheet on iPhone, if you look closely you can see that the view behind does not shrink backwards as it would with a native UIKit modal presentation since iOS 13.
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...
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.