Last active
July 1, 2020 12:47
-
-
Save tonnylitao/7afc7aed7d768984a61682b1b9558c2f to your computer and use it in GitHub Desktop.
ViewController.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IBOutlet weak var nameField: UITextField! | |
@IBOutlet weak var emailField: UITextField! | |
@IBOutlet weak var likeKiwiSwitcher: UISwitch! | |
@IBOutlet weak var travelBtn: UIButton! | |
@IBOutlet weak var hikingBtn: UIButton! | |
@IBOutlet weak var readingBtn: UIButton! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment