This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Spinner.swift | |
// | |
// Created by Michał Majchrzycki on 28.03.2018. | |
// Copyright © 2018 Prograils.com. All rights reserved. | |
// Check whole tutorial at: https://prograils.com/posts/reusable-activity-indicator-with-swift | |
import UIKit | |
open class Spinner { |