undo userinteractive

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-01-17 12:58:49 -06:00
parent 1d8e7016de
commit e5a1ca7988

View File

@ -166,7 +166,6 @@ open class TileContainer: Control {
backgroundImageView.isUserInteractionEnabled = false
backgroundImageView.isHidden = true
containerView.isUserInteractionEnabled = false
containerView.backgroundColor = .clear
containerTopConstraint = containerView.topAnchor.constraint(equalTo: topAnchor, constant: padding.value)
@ -179,7 +178,6 @@ open class TileContainer: Control {
containerTrailingConstraint?.isActive = true
highlightView.pinToSuperView()
highlightView.isUserInteractionEnabled = false
highlightView.isHidden = true
highlightView.backgroundColor = .clear