We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df87cc commit 597d243Copy full SHA for 597d243
XIBwithStoryboard/SegueWithpresentViewController/ViewController.swift
@@ -17,7 +17,6 @@ class ViewController: UIViewController {
17
completion: nil)
18
}
19
20
-
21
@IBAction func buttonAction2(sender: UIButton) {
22
23
let newControlador = UIViewController (nibName: "NewClass", bundle: nil)
@@ -27,13 +26,10 @@ class ViewController: UIViewController {
27
26
28
override func viewDidLoad() {
29
super.viewDidLoad()
30
- // Do any additional setup after loading the view, typically from a nib.
31
32
33
override func didReceiveMemoryWarning() {
34
super.didReceiveMemoryWarning()
35
- // Dispose of any resources that can be recreated.
36
37
38
39
0 commit comments