fix: Remove wrong translatesAutoresizingMaskIntoConstraints for cell views

This commit is contained in:
Andrea Busi
2022-05-22 11:28:07 +02:00
parent 6cce448acf
commit ceca3ed50d
5 changed files with 0 additions and 7 deletions
@@ -54,8 +54,6 @@ class SettingMultivaluesTableViewCell: UITableViewCell {
// MARK: - Private
private func setupUI() {
translatesAutoresizingMaskIntoConstraints = false
let stackView = UIStackView()
stackView.translatesAutoresizingMaskIntoConstraints = false
stackView.axis = .vertical