Ios swift – How can I overlay a SwiftUI View to with top right corner (topTrailing) of a full screen Image and still be visible within the viewport of the device?
I'm trying to create a view that presents a full screen Image and a NavigationLink in the top right corner overlayed on top of the image. However, I'm running into an issue such that the full screen Image somehow pushes…