How to make an Image circular in swiftUI
SwiftUI provides modifiers to add a clip shape o your views like image etc. We can use modifier named .clipShape(Circle()) , which makes the image circular in SwiftUI. Modfiers used to make Image circular in Swift
How to make an Image circular in swiftUI Read More »