From 8b945943e2f040e94f21ae5f1b1c5b4954f308bb Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 29 Jun 2023 15:26:21 -0500 Subject: [PATCH] removed spacer Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/BaseViewController.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/VDSSample/ViewControllers/BaseViewController.swift b/VDSSample/ViewControllers/BaseViewController.swift index aaeec8c..b751e49 100644 --- a/VDSSample/ViewControllers/BaseViewController.swift +++ b/VDSSample/ViewControllers/BaseViewController.swift @@ -164,11 +164,6 @@ public class BaseViewController: UIViewController, Initable { super.viewDidLoad() view.backgroundColor = .white - - let spacerView = UIView().with{ - $0.translatesAutoresizingMaskIntoConstraints = false - } - let top = UIView.makeWrapper(for: contentTopView, edgeSpacing: 16, isTrailing: false) // Add the top and bottom views to the stack view