A ZStack will help solve this by allowing us to layer views without one effecting the layout of the other. For the text: .frame(minWidth: 0, ...
確定! 回上一頁