|
|
@ -45,7 +45,7 @@ class ElevateWalletSecurityViewController: UIViewController { |
|
|
|
subtitleLabel, |
|
|
|
subtitleLabel, |
|
|
|
UIView.spacer(height: 40), |
|
|
|
UIView.spacer(height: 40), |
|
|
|
imageView, |
|
|
|
imageView, |
|
|
|
UIView.spacer(height: 40), |
|
|
|
UIView.spacer(height: ScreenChecker().isNarrowScreen ? 15 : 40), |
|
|
|
descriptionLabel, |
|
|
|
descriptionLabel, |
|
|
|
].asStackView(axis: .vertical) |
|
|
|
].asStackView(axis: .vertical) |
|
|
|
stackView.translatesAutoresizingMaskIntoConstraints = false |
|
|
|
stackView.translatesAutoresizingMaskIntoConstraints = false |
|
|
|