From 8c0e38766394e53813a343111efe0226426ab6d3 Mon Sep 17 00:00:00 2001 From: Panth Patel Date: Wed, 8 May 2019 17:13:16 -0400 Subject: [PATCH] progresschanges123 --- MVMCoreUI/Molecules/ProgressBar.swift | 9 +++++++++ MVMCoreUI/Molecules/ProgressBarView.swift | 16 ++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 MVMCoreUI/Molecules/ProgressBar.swift diff --git a/MVMCoreUI/Molecules/ProgressBar.swift b/MVMCoreUI/Molecules/ProgressBar.swift new file mode 100644 index 00000000..6cf7c087 --- /dev/null +++ b/MVMCoreUI/Molecules/ProgressBar.swift @@ -0,0 +1,9 @@ +// +// ProgressBar.swift +// MVMCoreUI +// +// Created by Panth Patel on 5/6/19. +// Copyright © 2019 Verizon Wireless. All rights reserved. +// + +import Foundation diff --git a/MVMCoreUI/Molecules/ProgressBarView.swift b/MVMCoreUI/Molecules/ProgressBarView.swift index 9733a36b..2553c6eb 100644 --- a/MVMCoreUI/Molecules/ProgressBarView.swift +++ b/MVMCoreUI/Molecules/ProgressBarView.swift @@ -2,8 +2,20 @@ // ProgressBarView.swift // MVMCoreUI // -// Created by Panth Patel on 5/3/19. +// Created by Panth Patel on 5/7/19. // Copyright © 2019 Verizon Wireless. All rights reserved. // -import Foundation +import UIKit + +class ProgressBarView: ViewConstrainingView { + + /* + // Only override draw() if you perform custom drawing. + // An empty implementation adversely affects performance during animation. + override func draw(_ rect: CGRect) { + // Drawing code + } + */ + +}