Skip to content

Instantly share code, notes, and snippets.

View joliejuly's full-sized avatar
📮
Open for projects

Julia Nikitina joliejuly

📮
Open for projects
View GitHub Profile
@joliejuly
joliejuly / custom-progress-bar-with-text.swift
Created May 24, 2020 19:21
Custom progress bar with text
//
// PlainHorizontalProgressBar.swift
//
// Created by Julia Nikitina on 23.05.2020.
// Copyright © 2020 Julia Nikitina. All rights reserved.
//
import UIKit
@IBDesignable
final class PlainHorizontalProgressBar: UIView {