Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoiphonedev/85a82273129881713fac7e1242caca10 to your computer and use it in GitHub Desktop.
Save leoiphonedev/85a82273129881713fac7e1242caca10 to your computer and use it in GitHub Desktop.
@IBAction func changePage(){
scrollView!.scrollRectToVisible(CGRectMake( scrollWidth * CGFloat ((pageControl?.currentPage)!), 0, scrollWidth, scrollHeight), animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment