removed logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
db3ba4f1a1
commit
bd908aeb47
@ -326,10 +326,7 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
|
||||
|
||||
containerViewTrailingLessThanOrEqualConstraint?.deactivate()
|
||||
containerViewTrailingConstraint?.deactivate()
|
||||
|
||||
print("Width: \(width?.description ?? "none")")
|
||||
print("Height: \(height?.description ?? "none")")
|
||||
|
||||
|
||||
//run logic to determine which to activate
|
||||
if let width, aspectRatio == .none && height == nil{
|
||||
widthConstraint?.constant = width
|
||||
|
||||
Loading…
Reference in New Issue
Block a user