typo fix
This commit is contained in:
parent
776939777b
commit
71fdc43b86
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user