Skip to content

Instantly share code, notes, and snippets.

@zontan
Created September 23, 2019 18:23
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 zontan/9e3f5eda29bfb9ab7cd318a05e493da0 to your computer and use it in GitHub Desktop.
Save zontan/9e3f5eda29bfb9ab7cd318a05e493da0 to your computer and use it in GitHub Desktop.
class SettingsViewController: UIViewController {
@IBOutlet weak var nameTextField: UITextField!
@IBAction func didTapLogout(_ sender: Any) {
}
@IBAction func didTapSave(_ sender: Any) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment