Tagged Questions

21
votes
6answers
42k views

How to use activity indicator view on iPhone?

An activity indicator view is useful in many applications. Any ideas about how to add, activiate and dismiss an activity indicator view on iPhone? All the methods for this are welcomed here.
2
votes
2answers
832 views

connecting an UIActivityIndicator to a UIButton

New to all this Xcode stuff - I have a few UIButton's that links to movie & music files from my web site - they works fine, it's just that there's some lag time while it's loading the MoviePlayer ...
1
vote
2answers
383 views

Monotouch - Usage of Activity Indicator View on Button TouchDown

Does anyone know how to display an Activity Indicator View in a Alert View on a TouchDown event? thanks in advance for the help.
0
votes
0answers
63 views

Activity Indicator (In Superview) not moving down

I have a TableView. When I select a row then it starts HTML Parsing in Background thread and it shows a UIActivity Indicator on the top of tableview using a subView until parsing finishes. That ...
0
votes
2answers
110 views

Showing ActitivyIndicator when loading data

I have a TabBarApplication and in one view I load XML-data from an URL. When I click the tab which shows the view with the UITableView and the data received from the XML I would like to show a ...
0
votes
2answers
287 views

activity indicator not stopping

for my following code, why is my activity indicator for my webview not stoping? //this part ok NSURL *theURL = [NSURL URLWithString: Link]; NSURLRequest *request = [NSURLRequest ...
0
votes
1answer
854 views

UIScrollView: Activity Indicator while loading image from url

I need and Activity indicator spinning in a modal Modal view that has an UIScrollView while the content of the ScrollView(image from url) is loading. Any ideas of how to get this done? As a plus I ...