Skip to content

Commit 597d243

Browse files
author
Carlos Butron
committed
Updated to Swift 2.1
1 parent 9df87cc commit 597d243

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

XIBwithStoryboard/SegueWithpresentViewController/ViewController.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class ViewController: UIViewController {
1717
completion: nil)
1818
}
1919

20-
2120
@IBAction func buttonAction2(sender: UIButton) {
2221

2322
let newControlador = UIViewController (nibName: "NewClass", bundle: nil)
@@ -27,13 +26,10 @@ class ViewController: UIViewController {
2726

2827
override func viewDidLoad() {
2928
super.viewDidLoad()
30-
// Do any additional setup after loading the view, typically from a nib.
3129
}
3230

3331
override func didReceiveMemoryWarning() {
3432
super.didReceiveMemoryWarning()
35-
// Dispose of any resources that can be recreated.
3633
}
3734

38-
3935
}

0 commit comments

Comments
 (0)