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/e9a28ed857f35c30c19fe83d1c6e2356 to your computer and use it in GitHub Desktop.
Save leoiphonedev/e9a28ed857f35c30c19fe83d1c6e2356 to your computer and use it in GitHub Desktop.
class ViewController: UIViewController {
@IBOutlet var pageControl: UIPageControl?
@IBOutlet var scrollView: UIScrollView?
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
@IBAction func changePage(){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment