This commit is contained in:
Pfeil, Scott Robert 2020-03-23 14:55:26 -04:00
parent 776939777b
commit 71fdc43b86

View File

@ -31,7 +31,7 @@ open class ProgrammaticScrollViewController: ScrollingViewController {
let scrollView = UIScrollView()
scrollView.backgroundColor = .clear
scrollView.translatesAutoresizingMaskIntoConstraints = true
scrollView.translatesAutoresizingMaskIntoConstraints = false
view.addSubview(scrollView)
// Sets the constraints for the scroll view