SHORT QUESTIONS

How to resize Image with SwiftUI?

Image(\"Image_Name\") .resizable() .frame(width: 32.0, height: 32.0) Others modifier: .border() .shape() .scaleToFill() .aspectRatio() .clipShape(Circle())

J
Joynal Abedin
3
Image(\"Image_Name\") 
     .resizable() 
     .frame(width: 32.0, height: 32.0)
Others modifier: .border() .shape() .scaleToFill() .aspectRatio() .clipShape(Circle())
J

Written by Joynal Abedin

Passionate about technology, code, and sharing knowledge.

0 Comments

Leave a Comment