ProgressManager

public final class ProgressManager

Undocumented

  • Undocumented

    Declaration

    Swift

    public static func instance() -> ProgressManager
  • Undocumented

    Declaration

    Swift

    static var window: UIWindow? { get }
  • Undocumented

    Declaration

    Swift

    public var isOff: Bool
  • Undocumented

    Declaration

    Swift

    var referenceCounter: [UIViewController : Int]
  • Undocumented

    Declaration

    Swift

    public var color: UIColor
  • Undocumented

    Declaration

    Swift

    public func showLoader(controller: UIViewController, textLabel: String = "")
  • Undocumented

    Declaration

    Swift

    public func clear()
  • Undocumented

    Declaration

    Swift

    public func hideLoader(controller: UIViewController)