iOS Tutorial - UIWebview - Activity Indicator Example (UIActivityIndicator) Xcode 4.5 pt2

preview_player
Показать описание

iOS Tutorial - UIWebview - Activity Indicator Example (UIActivityIndicator) Xcode 4.5 pt2

- (void)webViewDidStartLoad:(UIWebView *)webView
{
[_activityIndicator startAnimating];
}

- (void)webViewDidFinishLoad:(UIWebView *)webView
{
[_activityIndicator stopAnimating];
}

Hit us up on G+, facebook, or twitter!

-------------

Thanks to Nolan for the Intro Music! .

Рекомендации по теме
Комментарии
Автор

Excellent tutorial. Clear (the explanation and the sound quality), concise, and I liked that you went over the alternatives for hiding the activity viewer. Thanks for this.

Cheers!

bikeboy
Автор

Yeeeeah!!! You're great man!!!!
Finally I've find a simple and easy tutorial, it works!!!
Tnx!!!

immaniaco
Автор

Great teach guys, keep it up, I am your fan, I am quitting university and I am sure you can fill me in for my degree. Super stuff!!!

HealthCareApps
Автор

It just does not work. I have pretty much copied your code directly, included all the delegates etc.
I have made a text field as a debug effort and tried to get its text to change if loading or not and it just stays blank (so neither DidStartLoad nor DidFinishLoad are being called)...

I know im supposed to give you my code if I ask for help but, anywhere I should check? anything I should try?

Thanks!

ByronCoetsee
Автор

how would i add another activity indicator on another web view?

IOTGUY
welcome to shbcf.ru