forked from organicmaps/organicmaps
[ios] Load img ui fix
This commit is contained in:
parent
77f098acb6
commit
039b71798e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue