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