Skip to content

Instantly share code, notes, and snippets.

@furydeveloper
Created August 20, 2019 02:55
LoadingHUD.swift
private static let sharedInstance = LoadingHUD()
if let window = UIApplication.shared.keyWindow {
window.addSubview(backgroundView)
window.addSubview(popupView)
window.addSubview(loadingLabel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment