mild updates.
This commit is contained in:
parent
f91e23e47b
commit
d3e8ba562f
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// ItemDetailView.swift
|
// LeftRightLabelView.swift
|
||||||
// MVMCoreUI
|
// MVMCoreUI
|
||||||
//
|
//
|
||||||
// Created by Christiano, Kevin on 5/20/19.
|
// Created by Christiano, Kevin on 5/20/19.
|
||||||
@ -173,7 +173,6 @@ import Foundation
|
|||||||
rightTextLabel?.setContentHuggingPriority(.required, for: .vertical)
|
rightTextLabel?.setContentHuggingPriority(.required, for: .vertical)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
// MARK: - Atomization
|
// MARK: - Atomization
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
@ -199,8 +198,6 @@ import Foundation
|
|||||||
constrainRightLabel()
|
constrainRightLabel()
|
||||||
} else if let rightText = rightTextLabel?.text, rightText.isEmpty {
|
} else if let rightText = rightTextLabel?.text, rightText.isEmpty {
|
||||||
constrainLeftLabel()
|
constrainLeftLabel()
|
||||||
} else {
|
|
||||||
constrainBothLabels()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user