here is my code , but it showing the progress . is there any error in this code? please give some idea to fix this, or give some link related to this.
class
Updated Answer:
let loadingNotification = MBProgressHUD.showAdded(to: view, animated: true) loadingNotification.mode = MBProgressHUDMode.indeterminate loadingNotification.label.text = "Loading"
To dismiss the ProgressHUD:
MBProgressHUD.hideAllHUDs(for: view, animated: true)