[ios] Load img ui fix

This commit is contained in:
mamadnazar 2025-03-18 15:30:11 +05:00
parent 77f098acb6
commit 039b71798e

View file

@ -24,7 +24,7 @@ struct LoadImageView: View {
.resizable()
.indicator(.activity)
.scaledToFill()
.frame(maxWidth: UIScreen.main.bounds.width, maxHeight: 150) // Constrain the width and height
.frame(maxWidth: UIScreen.main.bounds.width, maxHeight: .infinity)
.clipped()
.transition(.fade(duration: 0.2))
if(isError) {