Tagged Questions
The uiactivityindicatorview tag has no wiki summary.
5
votes
8answers
848 views
Activity Indicator when integrated into Searchbar does not display in iPhone SDK
In my iPhone app, I want to add activity indicator on top of a searchbar.
When it is searching it should display activity indicator.
I have added the activity indicator in XIB and created its ...
5
votes
2answers
8k views
Common multithreading mistakes beginners make on iPhone
I just introduced multithreading into my app JUST to get a silly UIActivityIndicatorView to work. Well, the activity indicator works, alright -- but now my app crashes sometimes, and sometimes it ...
3
votes
2answers
61 views
How to stop uiactivityindicator after waiting for in-app purchase store to load
I thought one of these would do it, none of them are getting called -_-
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
{
NSLog(@"flag paymentQueue");
...
3
votes
3answers
109 views
Activity Indicator above Button prevents Click Recognition
I have an UIButton "bn" and an UIActivityIndicator "ai" which is above the button (ai.center = bn.center).
As long as ai is visible and animating, I can't press the Button underneath ai's frame but ...
3
votes
2answers
273 views
UIWebView timeout Problem due to Internet not available?
I have a login screen in UIWebView.... and suppose i have entered information and click to button in UIWebView and suddenly my Internet goes off... then how to check i dont have Internet.
Actually I ...
3
votes
2answers
1k views
implementing UIActivityIndicatorView while NSData dataWithContentsOfURL is downloading
I am downloading an mp3 using NSData dataWithContentsOfURL:url. This takes a while and while the file is downloading the application hangs. I want to handle well and ideal would like to show the ...
3
votes
4answers
3k views
Add UIActivityIndicatorView into UIBarButton
How do I add a UIActivityIndicatorView spinner circle into a UIBarButton? So that when a user taps on one of those buttons on the navigation bar, they see a spinner while the loading takes place?
...
2
votes
2answers
76 views
UIActivityIndicatorView in UITableViewCell does not stop spinning
I have a subclassed UITableViewCell named AccountView which contains an UIActivityIndicatorView. Each cell is supposed to contain a Twitter account. When the user posts a message to Twitter, the ...
2
votes
1answer
149 views
way to start activity indicator on click event of button before its touch ends?
i working on uploading the images through my application.i used the following code
-(IBAction)submitimage:(id)sender
{
// [activity startAnimating]; i started activity here but it starts ...
2
votes
4answers
201 views
Activity indicator in tableview
I have a tableview contains xml parsed objects.
I want to implement activity indicator in this tableview ,if the data loading is completed activity indicator stops automatically.
How to do this?.
...
2
votes
1answer
148 views
How to fade picture loading process with an UIActivityIndicatorView?
I have created a custom UITableViewCell. My custom cell contents an ImageView for picture of current article. On creation of the cell image will be loaded from Internet and displayed in the ...
2
votes
2answers
437 views
Adding a UIActivityIndicator to a modal view (ELCimagepicker)
I've added the ELCimagepicker (https://github.com/Fingertips/ELCImagePickerController) to my project and it works perfectly, allowing the user to select multiple images for a slideshow. But when you ...
2
votes
1answer
379 views
(iphone) showing activity indicator before heavy ui updating
I'm adding activity indicator view before doing some heavy ui updating (pushViewController takes a while to load view).
For some reason, indicator view doesn't appear until the new viewController is ...
2
votes
6answers
4k views
How can i create a activity indicator in middle of view programmatically?
I am working with an app which parses an feed online. when i click refresh button it takes some time to re parse the file and show its data. i want an activity indicator in the middle of the view when ...
2
votes
3answers
570 views
UIActivityIndicatorView not displayed despite of threading
I've been trying to implement this for a long time and I have gotten no favorable results.
Say I have a method in the which an HTTP request is performed (specifically, a twitter update), and say I ...
2
votes
3answers
697 views
What is the best way to deal with UIActivityIndicator and multiple threads?
I have been trying to play around with this for a long time and I can't seem to find the best approach. I am getting confused because there seem to be different answers/opinions on how to accomplish ...
2
votes
2answers
1k views
Threading / UIActivityIndicatorView with In App Purchase
Let me first say, my In App Purchase works.
I have been struggling with the Activity Indicator / Threading for more than a week now. I am having real problems getting my spinner ...
2
votes
3answers
1k views
UIActivityIndicatorViewStyleWhiteLarge not appearing in iphone 4
I tried to create an activity indicator using the following code
CGRect frame = CGRectMake(160, 160.0,40.0,40.0);
progressIndicator = [[[UIActivityIndicatorView alloc] ...
2
votes
1answer
278 views
display loading
I'd like to display a UIActivityView in a rounded transparent box with text, just like the one shown below. Does anyone know how to do this?
p.s. I'd rather not be putting it in an UIAlertView, but ...
2
votes
2answers
615 views
iPad - iPhone Large UIActivityIndicatorView
I need to make a large spinner (with grey style, about 80x80px) but it looks low quality.
Is there a way to make it high quality or to replace the animated image?
2
votes
7answers
4k views
UIActivityIndicatorView or similar
Can anyone tell me how to achieve such loading message? is it some variation of UIActivityIndicatorView?
thanks
peter
2
votes
1answer
271 views
Displaying the activityView Indicator well data is downloading
Im currently writing an iphone app that requires the downloading of data that needs to be parsed and added to a tableView. I have that working the only problem is that i currently call the my method ...
2
votes
3answers
3k views
iPhone UIActivityIndicatorView not starting or stopping
When I call startAnimating on a UIActivityIndicatorView, it doesn't start. Why is this?
[This is a blog-style self-answered question. The solution below works for me, but, maybe there are others ...
2
votes
3answers
4k views
UIActivityIndicatorView with UITableView in Navigation Controller
I am working on a an application which is very simple
a navigation controller with a table view
when the user clicks a row, he is directed to the details view.
However, the details view pulls data ...
1
vote
1answer
14 views
UIActivityIndicatorView not animating after appearing within transitionWithView
There is a subview of my main view, with a UIActivityIndicatorView in it. Initially the hidden property of this subview is set to YES.
I want this subview to fade onto the screen. I have used the ...
1
vote
0answers
27 views
Activity Indicator integration with Master-Detail Application
I make an iPad Master-Detail Application in storyboard with ios5.
I make tableview with NSURL.
My question and help is that i want have the activity indicator for NSURL, so that when i click on the ...
1
vote
1answer
42 views
UIActivityIndicatorView won't show in UIWebView
I have a UIWebView that i would like to show an activity indicator in while the page is loading. I have added the UIWebViewDelegate and added the indicator in the .xib file but it still doesnt show.
...
1
vote
2answers
98 views
IPhone UIActivityIndicator won't display until after process has completed
I've been researching this for a few days, but nothing I've found works.
Here's the desired process: User presses the enter button on a pop-up window -> ActivityIdicator appears -> saving process ...
1
vote
3answers
108 views
Activity Indicator not showing up
I have two issues with activity indicator:
1. Activity Indicator not showing up on UIViewController
I have activity indicator added in .xib file. On button click it should start animating. and when ...
1
vote
3answers
232 views
UIActivityIndicatorView Misaligned
I have UIActivityIndicatorView centered horizontally in a XIB.
In iOS 4 (Simulator), the indicator defaults to Large White (the color property being introduced in iOS 5), which is fine. The weird ...
1
vote
2answers
85 views
Can't see my alertView unless I comment out automatic dismission
I am implementing a simple alert view with activity indicator to show to the user while the app is performing the restore of the database. Everything is fine except that I can't see the alert view, ...
1
vote
1answer
181 views
Activity Indicator does not show
Got a Problem that my activity indicator does not show up anyone a idea?
ViewController.h
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
{
IBOutlet UIWebView ...
1
vote
2answers
181 views
How to grey out the background when UIActivityIndicator is on screen
I currently have a activity indicator appearing on screen for a second or two. I would like to grey out the background as this appears on screen but I am not sure how to do this...
heres how I have ...
1
vote
1answer
178 views
progressbar in UIAlertview issue while parsing
I want to resign UIAlertView containing activity indicator. I am putting following code. It is working while loading data but the UIalertview is not resigning after successful parsing. What ...
1
vote
1answer
135 views
Set the frame of UIActivityIndicatorView
I have problem with Activity Indicator…
if i am set the frame of Indicator is show the black background behind UIActivity indicator. and if i not set frame its look well but not in proper position. ...
1
vote
1answer
93 views
UIActivityindicatorView in MPMoviePlayerController
I am downloading videos and playing with MPMoviePlayercontroller, i want to display uiactivityindicatorview in mpmovieplayercontroller while video is being downloaded as in YouTube app.
How can i ...
1
vote
2answers
128 views
Activity Indicator within UINavigationBar
I've read a few answers about this particular topic, but for some reason, my code doesn't seem to work. It's within the UISearchBarDelegate delegate method ...
1
vote
1answer
90 views
Redraw UITableViewCell After Draw
I'm adding 'pull to load more' to a UITableView. I've got the reloading working and I can add more data, but I'm trying to display a UIActivityIndicatorView when the data loads. I've managed to get ...
1
vote
2answers
490 views
How to set an UIActivityIndicatorView when loading a UITableViewCell
I have two UITableview A and B. When touch one cell in table A. I will use UINavigationController to push the table view B. But the data of B is downloaded from Internet, which takes several seconds. ...
1
vote
3answers
2k views
UIImageView initWithCoder - unrecognized selector sent to instance… iOS 5 beta SDK
I'm sorry if it has already been asked, but here comes the problem:
I've recently updated my SDK to iOS 5 beta. My app builds and runs perfectly fine on the new simulator, but when I try to change ...
1
vote
2answers
525 views
how to fix xcode warning “Expression result unused” in xcode 4 for UIActivityIndicatorView
i am getting a warning for
spinner.hidesWhenStopped;
warning : Expression result unused
hope any one know this
Thank you very much
1
vote
1answer
107 views
Background image for activityIndicatorView
So, I am creating the activityIndicator programmatically. All works fine. Now I want to add a background image for the Indicator and center it in the middle of the view. Any idea how to achive that?
...
1
vote
2answers
85 views
Put a boolean False inside a runloop while
i'm trying to get directory file listing from my ftp server using Chilkat library.
In this case, i want to animating a UIActivityIndicatorView when the process is running. But the problem is, the ...
1
vote
4answers
258 views
UIActivityIndicatorView Not disappearing
This seems to be a very simplistic issue, but I literally cannot get it working.
I have a section of my app which takes my user to a WebView displaying my site. As part of the built in 'browser' ...
1
vote
3answers
135 views
Adding sub-view inside an Other subview
I want to add an activity Indicator View inside and Alert Box is it possible to add an subView inside Another subView?
1
vote
1answer
383 views
Activity Indicators when pushing next view - didSelectRowAtIndexPath
I can successfully push only next view in my iPhone app. However, cause the next view retrieves data to populate the UITableViews, sometimes waiting time could be a few seconds or slightly longer ...
1
vote
2answers
1k views
Creating a custom UIActivityIndicatorView
I want to have a custom view for UIActivityIndicatorView rather than relying on options given by IOS. How can I create my own view here. I have a list of images with me to create a animated view.
1
vote
3answers
101 views
Code execution in objective c
HI all, if i've somthing like this:
my code....
// active indicator activity
[otherClass method]; // method that takes 5-6 seconds
// disable indicator activity
my code...
When the long method is ...
1
vote
4answers
316 views
UIActivityIndicatorView, display during image download on current view
I have a button and, when pressed, it downloads several images from the web in order to display them in another view. However, at the moment, when I press the button, the button goes to its ...
1
vote
2answers
415 views
How to make UIActivityIndicator show on top of UIImageView embedded in UIScrollView?
I have n imageView that is embedded inside of a scrollView so as to allow me to pinch and zoom the image in the imageView. I would like however to add an activity indicator to be spinning while the ...