SwiftUI — Custom view(images, view and etc.)

ODENZA
Apr 19, 2022

--

Change image color in SwiftUI

Image("image_name")
.renderingMode(.template)

Custom view corner radius

.clipShape(RoundedCorner(radius: 15, corners: [.topLeft, .topRight, .bottomLeft]))

--

--

ODENZA
ODENZA

No responses yet