progresschanges123
This commit is contained in:
parent
8a626df980
commit
8c0e387663
9
MVMCoreUI/Molecules/ProgressBar.swift
Normal file
9
MVMCoreUI/Molecules/ProgressBar.swift
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//
|
||||||
|
// ProgressBar.swift
|
||||||
|
// MVMCoreUI
|
||||||
|
//
|
||||||
|
// Created by Panth Patel on 5/6/19.
|
||||||
|
// Copyright © 2019 Verizon Wireless. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
@ -2,8 +2,20 @@
|
|||||||
// ProgressBarView.swift
|
// ProgressBarView.swift
|
||||||
// MVMCoreUI
|
// MVMCoreUI
|
||||||
//
|
//
|
||||||
// Created by Panth Patel on 5/3/19.
|
// Created by Panth Patel on 5/7/19.
|
||||||
// Copyright © 2019 Verizon Wireless. All rights reserved.
|
// 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
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user