Skip to content

Instantly share code, notes, and snippets.

@danstepanov
Created February 8, 2016 05:09
Show Gist options
  • Save danstepanov/a880281a25e8ca8edda1 to your computer and use it in GitHub Desktop.
Save danstepanov/a880281a25e8ca8edda1 to your computer and use it in GitHub Desktop.
import UIKit
class MainViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
// Get the new view controller using segue.destinationViewController.
// Pass the selected object to the new view controller.
}
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment