Implemented and linked UI elements

This commit is contained in:
Dallon Archibald
2021-01-23 17:58:27 -05:00
parent e6817bd795
commit 74c2c76af9
2 changed files with 112 additions and 1 deletions
@@ -9,6 +9,15 @@ import UIKit
class StopwatchViewController: UIViewController {
@IBOutlet weak var hourLabel: UILabel!
@IBOutlet weak var minuteLabel: UILabel!
@IBOutlet weak var secondLabel: UILabel!
@IBOutlet weak var startButton: UIButton!
@IBOutlet weak var stopButton: UIButton!
@IBOutlet weak var resetButton: UIButton!
@IBOutlet weak var lapButton: UIButton!
override func viewDidLoad() {
super.viewDidLoad()