Guest User

Untitled

a guest
Aug 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. self.scrollView?.isScrollEnabled = false
  2. DispatchQueue.main.asyncAfter(deadline: .now() + 3) {
  3. self.scrollView?.isScrollEnabled = true
  4. }
Add Comment
Please, Sign In to add comment