From f8fec46805fc8b695700d4be7caa35a9a388cf0c Mon Sep 17 00:00:00 2001 From: Krishna Kishore Bandaru Date: Thu, 21 Mar 2024 16:25:51 +0530 Subject: [PATCH] iPad bug fix for imageview --- VDS/Components/TileContainer/TileContainer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index fc0ffa6e..d94d942f 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -244,7 +244,7 @@ open class TileContainerBase: Control where Padding .pinTop(layoutGuide.topAnchor) .pinLeading(layoutGuide.leadingAnchor) .pinTrailing(layoutGuide.trailingAnchor) - .pinBottom(layoutGuide.bottomAnchor, 0, .dragThatCanResizeScene) + .pinBottom(layoutGuide.bottomAnchor, 0, .defaultLow) backgroundImageView.isUserInteractionEnabled = false backgroundImageView.isHidden = true