We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc53ef commit aa46372Copy full SHA for aa46372
TestApp/Sources/Storyboard/StoryboardiOSViewController.swift
@@ -1,10 +1,6 @@
1
import UIKit
2
3
class StoryboardiOSViewController: UIViewController {
4
- // MARK: - Outlets
5
- @IBOutlet weak var nameLabel: UILabel!
6
- @IBOutlet weak var nameTextField: UITextField!
7
-
8
override func viewDidLoad() {
9
super.viewDidLoad()
10
view.backgroundColor = .white
0 commit comments