I have the following on the following delegate
- (void)webViewDidStartLoad:(UIWebView *)webView {
[SVProgressHUD show];
}
But this is not doing anything, its not showing the HUD at all. Not before loading, during or after.
What am I doing wrong?
I have added the files to my project and imported my header file to my implementation.