Dave Neely

Results 1 comments of Dave Neely

Adding this to the CustomViewController made it show up for me: ``` override func viewDidLoad() { super.viewDidLoad() // Setup constraints self.view.heightAnchor.constraint(equalToConstant: 220).isActive = true } ```