Created Stopwatch controller and adjusted/linked tab bar

This commit is contained in:
Dallon Archibald
2021-01-23 17:34:28 -05:00
parent 148a104a4c
commit e6817bd795
3 changed files with 46 additions and 5 deletions
@@ -0,0 +1,19 @@
//
// StopwatchViewController.swift
// ProjectClock
//
// Created by Dallon Archibald on 1/23/21.
//
import UIKit
class StopwatchViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}