Guest User

Untitled

a guest
Apr 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. //view.addSubview(scrollView)
  2. scrollView.addSubview(buttonView)
  3. scrollView.contentSize = buttonView.frame.size
  4. scrollView.showsHorizontalScrollIndicator = false
  5. scrollView.frame.origin.x = 0
  6. scrollView.frame.origin.y = UIScreen.main.bounds.height - buttonView.frame.size.height
  7. }
Add Comment
Please, Sign In to add comment