Relative Content

Tag Archive for iosswiftui

How to Extend an Image Beyond Modal Boundaries in SwiftUI

I have a ProfileView that presents a modal called CoinPopUp when a button is tapped. The CoinPopUp contains an image that I want to extend above the modal’s top boundary, creating an overlapping effect. However, I can’t seem to get the image to extend outside the modal’s boundaries.