removed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
905c5e9fb0
commit
ae460b8e4f
@ -331,8 +331,6 @@ open class InputStepper: EntryFieldBase<Int> {
|
|||||||
|
|
||||||
stepperWidthConstraint?.deactivate()
|
stepperWidthConstraint?.deactivate()
|
||||||
widthConstraint?.deactivate()
|
widthConstraint?.deactivate()
|
||||||
trailingLessThanEqualsConstraint?.deactivate()
|
|
||||||
trailingEqualsConstraint?.deactivate()
|
|
||||||
|
|
||||||
var widthConstraintConstant: CGFloat?
|
var widthConstraintConstant: CGFloat?
|
||||||
|
|
||||||
@ -350,9 +348,6 @@ open class InputStepper: EntryFieldBase<Int> {
|
|||||||
if let widthConstraintConstant {
|
if let widthConstraintConstant {
|
||||||
widthConstraint?.constant = widthConstraintConstant
|
widthConstraint?.constant = widthConstraintConstant
|
||||||
widthConstraint?.activate()
|
widthConstraint?.activate()
|
||||||
trailingLessThanEqualsConstraint?.activate()
|
|
||||||
} else {
|
|
||||||
trailingEqualsConstraint?.activate()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update Edge insets if size changes applied.
|
// Update Edge insets if size changes applied.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user