Merge branch 'feature/tilet' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into feature/tilet
This commit is contained in:
commit
6efba6f16f
@ -166,7 +166,6 @@ open class TileContainer: Control {
|
|||||||
backgroundImageView.isUserInteractionEnabled = false
|
backgroundImageView.isUserInteractionEnabled = false
|
||||||
backgroundImageView.isHidden = true
|
backgroundImageView.isHidden = true
|
||||||
|
|
||||||
containerView.isUserInteractionEnabled = false
|
|
||||||
containerView.backgroundColor = .clear
|
containerView.backgroundColor = .clear
|
||||||
|
|
||||||
containerTopConstraint = containerView.topAnchor.constraint(equalTo: topAnchor, constant: padding.value)
|
containerTopConstraint = containerView.topAnchor.constraint(equalTo: topAnchor, constant: padding.value)
|
||||||
@ -179,7 +178,6 @@ open class TileContainer: Control {
|
|||||||
containerTrailingConstraint?.isActive = true
|
containerTrailingConstraint?.isActive = true
|
||||||
|
|
||||||
highlightView.pinToSuperView()
|
highlightView.pinToSuperView()
|
||||||
highlightView.isUserInteractionEnabled = false
|
|
||||||
highlightView.isHidden = true
|
highlightView.isHidden = true
|
||||||
highlightView.backgroundColor = .clear
|
highlightView.backgroundColor = .clear
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user