mild updates.

This commit is contained in:
Christiano, Kevin 2019-06-04 09:54:56 -04:00
parent f91e23e47b
commit d3e8ba562f

View File

@ -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()
} }
} }