Tagged Questions
23
votes
6answers
44k 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
878 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
1answer
102 views
network activity indicator is not shown on iPhone (iOS 5)
just to test it I enabled the activity indicator of the status bar as follows:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
...
1
vote
2answers
467 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.
1
vote
2answers
122 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
3answers
33 views
android webview client activity indicator
I got the code for showing activity indicator in a webview. I checked more than one reference and still I couldn't get it working. Can you please help me to debug my code below?
The activity ...
0
votes
0answers
75 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
301 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
868 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 ...