iPad bug fix for imageview

This commit is contained in:
Krishna Kishore Bandaru 2024-03-21 16:25:51 +05:30
parent f528b3cd62
commit f8fec46805

View File

@ -244,7 +244,7 @@ open class TileContainerBase<PaddingType: DefaultValuing>: 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