|
|
|
@ -99,7 +99,7 @@ class TokensCardViewController: UIViewController, TokenVerifiableStatusViewContr |
|
|
|
|
footerBar.backgroundColor = Colors.appHighlightGreen |
|
|
|
|
roundedBackground.addSubview(footerBar) |
|
|
|
|
|
|
|
|
|
let buttonsHeight = CGFloat(60) |
|
|
|
|
let buttonsHeight = Metrics.greenButtonHeight |
|
|
|
|
footerBar.addSubview(buttonsStackView) |
|
|
|
|
|
|
|
|
|
let separator0 = UIView() |
|
|
|
@ -136,10 +136,11 @@ class TokensCardViewController: UIViewController, TokenVerifiableStatusViewContr |
|
|
|
|
|
|
|
|
|
footerBar.leadingAnchor.constraint(equalTo: view.leadingAnchor), |
|
|
|
|
footerBar.trailingAnchor.constraint(equalTo: view.trailingAnchor), |
|
|
|
|
footerBar.heightAnchor.constraint(equalToConstant: buttonsHeight), |
|
|
|
|
footerBar.topAnchor.constraint(equalTo: view.layoutGuide.bottomAnchor, constant: -buttonsHeight), |
|
|
|
|
footerBar.bottomAnchor.constraint(equalTo: view.bottomAnchor), |
|
|
|
|
] + roundedBackground.createConstraintsWithContainer(view: view)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
registerForPreviewing(with: self, sourceView: tableView) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|