Skip to content

Instantly share code, notes, and snippets.

@shrop
Last active September 17, 2016 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/23a457da6688bfe3972a0fa98b1bad5e to your computer and use it in GitHub Desktop.
Save shrop/23a457da6688bfe3972a0fa98b1bad5e to your computer and use it in GitHub Desktop.
@IBAction func submitButton(_ sender: AnyObject) {
// Set the greeting intro.
let greetingIntroText = "Hi, "
// Set the complete greeting for display.
textGreetingLabel.text = greetingIntroText + nameField.text!
nameField.text = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment