You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter-basics/Accepting User Text Input with UITextField/Accepting User Text Input with UITextField/ViewController.swift
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -163,36 +163,36 @@
163
163
//}
164
164
165
165
/* 7 */
166
-
//import UIKit
167
-
//
168
-
//class ViewController: UIViewController {
169
-
//
170
-
// var textField: UITextField!
171
-
//
172
-
// override func viewDidLoad() {
173
-
// super.viewDidLoad()
174
-
//
175
-
// textField = UITextField(frame:
176
-
// CGRect(x: 38, y: 30, width: 220, height: 31))
177
-
//
178
-
// textField.borderStyle = .RoundedRect
179
-
// textField.contentVerticalAlignment = .Center
180
-
// textField.textAlignment = .Left
181
-
// textField.placeholder = "Enter your text here..."
0 commit comments