[SwiftUI] RoundedRectangle stroke, fill 수식어 동시 적용 Sep 15, 2021 RoundedRectangle에 배경색과 테두리를 동시에 적용 RoundedRectangle(cornerRadius: 7) .strokeBorder(Color.gray.opacity(0.6), lineWidth: 1) // 테두리 지정 .background(RoundedRectangle(cornerRadius: 7).fill(Color.white)) // 배경에 RoundedRectangle을 하나 더 그리고 배경색 채우기