|
@@ -74,7 +74,7 @@ public struct ConstraintViewDSL: ConstraintAttributesDSL {
|
|
|
return self.view.contentCompressionResistancePriority(for: .horizontal)
|
|
return self.view.contentCompressionResistancePriority(for: .horizontal)
|
|
|
}
|
|
}
|
|
|
set {
|
|
set {
|
|
|
- self.view.setContentHuggingPriority(newValue, for: .horizontal)
|
|
|
|
|
|
|
+ self.view.setContentCompressionResistancePriority(newValue, for: .horizontal)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|