SwiftUI — Custom view(images, view and etc.)ODENZA·FollowApr 19, 2022--ListenShareChange image color in SwiftUIImage("image_name") .renderingMode(.template)Custom view corner radius.clipShape(RoundedCorner(radius: 15, corners: [.topLeft, .topRight, .bottomLeft]))