Created Stopwatch controller and adjusted/linked tab bar
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user