uiactivityindicatorview Questions

4

Solved

I have subclassed UIRefreshControl to make my own, and I can manage everything except one thing : The default spinner is always visible, and is of course in the middle of everything I've done in m...
Envy asked 1/10, 2015 at 16:25

9

Solved

Is there an ActivityIndicator (or something like it) in WatchKit for Apple Watch? How do you all give the user feedback about some longer lasting background activity?
Scurlock asked 6/3, 2015 at 18:20

5

Solved

I have a custom cell that is loaded at the bottom of my collection view. Its only job is to display an activity indicator view - which happens while the app is making a new work call. So I added ...
Oshiro asked 18/3, 2014 at 8:30

15

Solved

I currently have a UIAlertController being displayed on the screen. The view of the alert should only display 2 elements, a title and a UIActivityIndicatorView in the center of the alert. Below is ...

11

Solved

I've created a UIAlertView that contains a UIActivityIndicator. Everything works great, but I'd also like the UIAlertView to disappear after 5 seconds. How can I Dismiss my UIAlertView after 5 se...
Bluet asked 23/12, 2014 at 4:5

2

Solved

I m trying to set size of UIActivityindicatorview using setframe. It is able to set position but not size of control. is there some other way?? This is relevant code. UIActivityIndicatorView* my...
Gaudy asked 6/8, 2015 at 5:24

10

Solved

Whatever size i give to it while allocation, it shows fixed size only. Is it possible to increase it? Code: activityIndicator = [[UIActivityIndicatorView alloc] initWithFrame: CGRectMake(142.00...
Morbific asked 14/4, 2010 at 14:20

4

Solved

I want to place my activityIndicator where I want it programmatically, but I don´t know how. I know how to put it in the center of the screen: activityIndicator.center = self.view.center But I ...
Saffier asked 6/3, 2018 at 12:38

11

Solved

I have a view which contains two views. One of those views contains two buttons and some text labels. The other one, with alpha set to 0.25, has an UIActivityIndicatorView to tell the user that the...
Stalactite asked 5/4, 2011 at 11:58

3

Solved

I have an app where the user can choose an image from the camera roll and than that image is loaded into an UIImageView. However, if the image is big there is a delay till the selected image actual...
Chromophore asked 31/7, 2015 at 20:18

7

Currently i am integrating SDWebImage in my project by following below things 1)#import "UIButton+WebCache.h" 2)[button setImageWithURL:url placeholderImage:[UIImage imageNamed:@"no_photo.png"]];...
Phenylketonuria asked 22/2, 2012 at 2:38

6

Solved

I want to add a ActivityIndicator to the bottom of my UITableView when the last cell is displayed, while I'm fetching more data, then when the data got fetched hide it. So I scroll to the bottom -...
Giorgi asked 25/2, 2017 at 14:33

7

I'm trying to display an Activity Indicator View in my app to users while a url is being loaded into a WebView. I've tried toying with activity.startAnimating/activity.stopAnimating and tried placi...
Curagh asked 1/4, 2015 at 22:9

18

Solved

I'm using SDWebView image and i want to show an Activity Indicator as placeholder, while fetching the image from remote. I tried Malek's answer here How to show an activity indicator in SDWebImage...
Workwoman asked 29/6, 2012 at 12:56

4

Solved

How can I disable all Input while the UIActivityIndicatorView is spinning? Thanks
Therrien asked 4/3, 2012 at 11:43

14

Solved

I am working with an app which parses an feed online. When I click the 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 v...
Bode asked 24/2, 2011 at 10:15

3

Solved

Is it possible to display an UIActivityIndicator in the UISearchBar while searching?
Bona asked 7/11, 2012 at 18:13

12

When I switch between my tabs it loads some seconds and I want to know that my data is loading. For that I decided to add an activity indicator. I wrote a little function: func showActivityIndica...
Luttrell asked 28/4, 2015 at 7:22

3

Im using UIActivityViewController to show share. In the list when i select Mail app the subject and body is set properly and where as in Gmail app its empty. - (void)shareAVideoWithSubject:(NSStri...
Chorus asked 21/4, 2015 at 7:36

5

Solved

I want to change an activity indicator color gray/white to black. Is it possible to change the color to black? If yes, please guide me or give some sample code.
Amylose asked 8/6, 2010 at 14:18

2

Solved

How can I add an activity indicator in WKWebView which will display the indicator while the webpage is loading and disappears when loaded ? I've looked at some of the old posts but could not figur...
Jeannettajeannette asked 4/2, 2020 at 5:39

6

Solved

I have a wkwebview in my app, and I want to add an activity indicator to it. I want it to where it appears when the webview is loading and disappears whenever it is finished loading, it disappears....
Inchoation asked 26/11, 2016 at 14:59

3

I'm making an API call in my ViewController willAppear method and till the API response completes I'm using this showWait and hideWait method to show and dismiss the activity indicator. But the pro...
Partial asked 15/9, 2019 at 12:51

10

Solved

I am loading a UIWebView and in the meantime I wan't to show a blank page with this activity indicator spinning (siri activity indicator). From what I have understand you can not change the image, ...

5

Solved

On my main storyboard I created an Activity Indicator. I want to hide my activity indicator until the button has been pressed. Is there a way I can do that? When I press the button the activity ...
Nannette asked 4/3, 2015 at 21:47

© 2022 - 2024 — McMap. All rights reserved.