cornerRadius on message SwiftUI – Ios swift
I'm having this problem that my messages don't have corner radius on the other side. This is how it looks: And there is the code for it: HStack { HStack { Text(text) .fixedSize(horizontal: false, vertical: true) .foregroundColor(isSender ? Color.white :…