iPad bug fix for imageview
This commit is contained in:
parent
f528b3cd62
commit
f8fec46805
@ -244,7 +244,7 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
|
|||||||
.pinTop(layoutGuide.topAnchor)
|
.pinTop(layoutGuide.topAnchor)
|
||||||
.pinLeading(layoutGuide.leadingAnchor)
|
.pinLeading(layoutGuide.leadingAnchor)
|
||||||
.pinTrailing(layoutGuide.trailingAnchor)
|
.pinTrailing(layoutGuide.trailingAnchor)
|
||||||
.pinBottom(layoutGuide.bottomAnchor, 0, .dragThatCanResizeScene)
|
.pinBottom(layoutGuide.bottomAnchor, 0, .defaultLow)
|
||||||
|
|
||||||
backgroundImageView.isUserInteractionEnabled = false
|
backgroundImageView.isUserInteractionEnabled = false
|
||||||
backgroundImageView.isHidden = true
|
backgroundImageView.isHidden = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user