Skip to content

Commit

Permalink
Add #56: Add loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumthasir mohammed authored and georgepadayatti committed Oct 9, 2023
1 parent b9c0e05 commit f95cae3
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 1,659 deletions.
10 changes: 0 additions & 10 deletions PrivacyDashboardiOS/Classes/Extension/ExtensionMethods.swift
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,4 @@ extension Data {
func to<T>(type: T.Type) -> T {
return self.withUnsafeBytes { $0.load(as: T.self) }
}

// func addLoadingIndicator(){
// DispatchQueue.main.async(execute: { () -> Void in
// MBProgressHUD.showAdded(to: self.view, animated: true)
// })
// }
//
// func removeLoadingIndicator(){
// MBProgressHUD.hide(for: self.view, animated: true)
// }
}
Loading

0 comments on commit f95cae3

Please sign in to comment.