0
votes

EveryBody I have use one blog tutorial.. See this link

This works fine, I also us this xml's other tag and display.. But dont know where to set ActivityIndicator.. Is there any blog tutorial, please tell me..

1

1 Answers

1
votes

There is a blog post about using activity indicators here: http://www.edumobile.org/iphone/iphone-programming-tutorials/use-activityindicator-in-iphone/

The most important pieces of code are:

[activityView startAnimating];
[activityView stopAnimating];

//To Test for a Conditional
[activityView isAnimating];