Skip to content

Instantly share code, notes, and snippets.

@ardamavi
Created January 19, 2016 17:39
Show Gist options
  • Save ardamavi/8468901922b0ea6aecca to your computer and use it in GitHub Desktop.
Save ardamavi/8468901922b0ea6aecca to your computer and use it in GitHub Desktop.
Orijinal Swift
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment