How to give different colours to inner and outer border in SwiftUI? – Ios swift
I am trying to create a border like the one shown in the image. As can be seen, the outer and inner parts of the border have different colours. I tried to create this using .stroke and overlaying another on…