Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 5, 2016 11:16
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 olxios/caf0aa95c26d473db518a9f4e23354f1 to your computer and use it in GitHub Desktop.
Save olxios/caf0aa95c26d473db518a9f4e23354f1 to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController, UIPageViewControllerDataSource {
// MARK: - Variables
private var pageViewController: UIPageViewController?
// Initialize it right away here
private let contentImages = ["nature_pic_1",
"nature_pic_2",
"nature_pic_3",
"nature_pic_4"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment