I have a weird behavior with SVProgressHUD. When I launch it : SVProgressHUD.show(), the HUD appears above the center and 1-2 second after, it goes down to the center. I want to have it directly in the center of the View. By the way, I have let nothing in my Viewcontroller and its view.
Asked
Active
Viewed 956 times
0
-
show the code where you set SVProgressHUD properties and where in your view controller do you show it. – Sameh Salama May 23 '17 at 12:10
-
I have'nt set any properties. I just called the SVProgessHUD.show() before sending some request and call SVProgressHUD.dismiss() on the main queue when the request is done – user3239711 May 23 '17 at 13:06
-
all you did was SVProgressHUD.show() ? – Sameh Salama May 23 '17 at 13:07