removed spacer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b646bb1b82
commit
8b945943e2
@ -164,11 +164,6 @@ public class BaseViewController<Component: UIView>: UIViewController, Initable {
|
|||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
view.backgroundColor = .white
|
view.backgroundColor = .white
|
||||||
|
|
||||||
|
|
||||||
let spacerView = UIView().with{
|
|
||||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
|
||||||
}
|
|
||||||
|
|
||||||
let top = UIView.makeWrapper(for: contentTopView, edgeSpacing: 16, isTrailing: false)
|
let top = UIView.makeWrapper(for: contentTopView, edgeSpacing: 16, isTrailing: false)
|
||||||
|
|
||||||
// Add the top and bottom views to the stack view
|
// Add the top and bottom views to the stack view
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user