Rounded corner for Image not working
c-villain opened this issue · 2 comments
c-villain commented
.box(corners: .rounded(radius: 15.0)) not make rounded Image
kyleve commented
I think you might want to file this in Blueprint? Though it's more than likely you just need to set clipsContent
to true: https://github.com/square/Blueprint/blob/main/BlueprintUICommonControls/Sources/Box.swift#L22
c-villain commented
Yeap, it works! 🤟🏻