Changes made as per comments

This commit is contained in:
Subhankar Acharya 2020-03-16 21:02:59 +05:30
parent 47f69aefd1
commit 9b328c3f46
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ import Foundation
rightLabel.numberOfLines = 1
rightSubLabel.numberOfLines = 1
view.translatesAutoresizingMaskIntoConstraints = false
leftVerticalStack.translatesAutoresizingMaskIntoConstraints = false
rightVerticalStack.translatesAutoresizingMaskIntoConstraints = false
leftVerticalStack.addArrangedSubview(leftHeadline)

View File

@ -26,7 +26,6 @@ public class ListTwoColumnPriceDescriptionModel: ListItemModel, MoleculeModelPro
self.rightLabel = rightLabel
self.rightSubLabel = rightSubLabel
super.init()
setDefaults()
}
private enum CodingKeys: String, CodingKey {