Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. override func viewDidLoad() {
  2. super.viewDidLoad()
  3. self.scrollview.bounces = false
  4. }
  5.  
  6. self.scrollview.bounces = true
  7.  
  8. self.scrollview.alwaysBounceVertical = true
  9. self.scrollview.alwaysBounceHorizontal = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement