removed spacer

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-06-29 15:26:21 -05:00
parent b646bb1b82
commit 8b945943e2

View File

@ -164,11 +164,6 @@ public class BaseViewController<Component: UIView>: 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