Browse Source

El primer commit con todo hasta ahora

parent
commit
9e427d2be8

BIN
EncuestaMarle/Assets.xcassets/233-2336253_consent-clipart.imageset/233-2336253_consent-clipart.png View File


+ 21
- 0
EncuestaMarle/Assets.xcassets/233-2336253_consent-clipart.imageset/Contents.json View File

@@ -0,0 +1,21 @@
1
+{
2
+  "images" : [
3
+    {
4
+      "idiom" : "universal",
5
+      "filename" : "233-2336253_consent-clipart.png",
6
+      "scale" : "1x"
7
+    },
8
+    {
9
+      "idiom" : "universal",
10
+      "scale" : "2x"
11
+    },
12
+    {
13
+      "idiom" : "universal",
14
+      "scale" : "3x"
15
+    }
16
+  ],
17
+  "info" : {
18
+    "version" : 1,
19
+    "author" : "xcode"
20
+  }
21
+}

+ 30
- 0
EncuestaMarle/SignUpViewController.swift View File

@@ -0,0 +1,30 @@
1
+//
2
+//  SignUpViewController.swift
3
+//  EncuestaMarle
4
+//
5
+//  Created by Tatiana Castro on 5/20/19.
6
+//  Copyright © 2019 Marle. All rights reserved.
7
+//
8
+
9
+import UIKit
10
+
11
+class SignUpViewController: UIViewController {
12
+
13
+    override func viewDidLoad() {
14
+        super.viewDidLoad()
15
+
16
+        // Do any additional setup after loading the view.
17
+    }
18
+    
19
+
20
+    /*
21
+    // MARK: - Navigation
22
+
23
+    // In a storyboard-based application, you will often want to do a little preparation before navigation
24
+    override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
25
+        // Get the new view controller using segue.destination.
26
+        // Pass the selected object to the new view controller.
27
+    }
28
+    */
29
+
30
+}

+ 0
- 0
README.md View File