Answers for "swift image view full width and auto height"

7

set image width and height swiftui

Image(room.thumbnailImage).resizable()
.frame(width: 32.0, height: 32.0)
Posted by: Guest on March-13-2020
0

imageview height based on screen size

"android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
  
  
 add this property to your imageview
Posted by: Guest on September-28-2021

Code answers related to "swift image view full width and auto height"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language