Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 4, 2016 17:39
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/9fb03df64c9843758b23c9c110b1b62a to your computer and use it in GitHub Desktop.
Save olxios/9fb03df64c9843758b23c9c110b1b62a to your computer and use it in GitHub Desktop.
import UIKit
class PageItemController: UIViewController {
var itemIndex: Int = 0 // ***
var imageName: String = "" // ***
@IBOutlet var contentImageView: UIImageView?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment