Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created November 2, 2019 09:46
Show Gist options
  • Save IsaAliev/22b37b4490394b1f47208609b1d15c1e to your computer and use it in GitHub Desktop.
Save IsaAliev/22b37b4490394b1f47208609b1d15c1e to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var greetingLabel: UILabel!
@IBOutlet weak var nameTextField: UITextField!
@IBOutlet weak var sayHelloButton: UIButton!
override func viewDidLoad() {
super.viewDidLoad()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment