typo fix
This commit is contained in:
parent
776939777b
commit
71fdc43b86
@ -31,7 +31,7 @@ open class ProgrammaticScrollViewController: ScrollingViewController {
|
|||||||
|
|
||||||
let scrollView = UIScrollView()
|
let scrollView = UIScrollView()
|
||||||
scrollView.backgroundColor = .clear
|
scrollView.backgroundColor = .clear
|
||||||
scrollView.translatesAutoresizingMaskIntoConstraints = true
|
scrollView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
view.addSubview(scrollView)
|
view.addSubview(scrollView)
|
||||||
|
|
||||||
// Sets the constraints for the scroll view
|
// Sets the constraints for the scroll view
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user