fix: Remove wrong translatesAutoresizingMaskIntoConstraints for cell views
This commit is contained in:
-2
@@ -54,8 +54,6 @@ class SettingMultivaluesTableViewCell: UITableViewCell {
|
||||
// MARK: - Private
|
||||
|
||||
private func setupUI() {
|
||||
translatesAutoresizingMaskIntoConstraints = false
|
||||
|
||||
let stackView = UIStackView()
|
||||
stackView.translatesAutoresizingMaskIntoConstraints = false
|
||||
stackView.axis = .vertical
|
||||
|
||||
Reference in New Issue
Block a user