Guest User

Untitled

a guest
Jul 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local scroller = UIScrollView:initWithFrame(CGRect(0, 54, rect.width, rect.height - 54))
  2. scroller:setCanCancelContentTouches(false)
  3. scroller:setBackgroundColor(UIColor:clearColor())
  4. scroller:setClipsToBounds(false)
  5. scroller:setScrollEnabled(true)
  6. scroller:setPagingEnabled(false)
Add Comment
Please, Sign In to add comment