From 039b71798edc0d453592acaf7357f1c93e738cb3 Mon Sep 17 00:00:00 2001 From: mamadnazar Date: Tue, 18 Mar 2025 15:30:11 +0500 Subject: [PATCH] [ios] Load img ui fix --- iphone/Maps/Tourism/Presentation/Components/LoadImg.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Tourism/Presentation/Components/LoadImg.swift b/iphone/Maps/Tourism/Presentation/Components/LoadImg.swift index 8c8c6c65d8..42bb5858e3 100644 --- a/iphone/Maps/Tourism/Presentation/Components/LoadImg.swift +++ b/iphone/Maps/Tourism/Presentation/Components/LoadImg.swift @@ -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) {