Top "Uiactivityindicatorview" questions

On iOS, you can use an activity indicator to show that a task is in progress.

How do I place my activityIndicator programmatically?

I want to place my activityIndicator where I want it programmatically, but I don´t know how. I know how …

swift swift3 uiactivityindicatorview activity-indicator
UIActivityIndicatorView does not show

I have an app with a table view controller in which a user selects a US state, a web service …

ios objective-c uiactivityindicatorview
Can’t get a spinner to appear

I would like to use a spinner. But, this code below does not display a spinner and I'm not sure …

ios uiactivityindicatorview
Start and stop activity indicator swift3

I am learning Swift and now working on my home task. One of my buttons calls a function where I …

ios swift uiactivityindicatorview
Animating Activity Indicator on iOS launch screen

Is it possible to use UIActivityIndicator on the iOS launch screen? I tried, but it's not animating. Has anyone tried …

ios uiactivityindicatorview activity-indicator
UIActivityIndicatorView or similar

(source: tumblr.com) Can anyone tell me how to achieve such loading message? is it some variation of UIActivityIndicatorView? thanks …

iphone uiactivityindicatorview
Show Spinner at the center of HTML5 Page?

Hi am trying to create a simple blank html page with a spinner at center.For example something like in …

html css spinner uiactivityindicatorview
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, …

iphone multithreading uikit uiactivityindicatorview
How to position activity indicator to the center of its superview using Auto Layout programmatically?

Why the following code does not work for positioning activity indicator to the center of its superview: UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView …

ios autolayout uiactivityindicatorview
iPad - iPhone Large UIActivityIndicatorView

I need to make a large spinner (with grey style, about 80x80px) but it looks low quality. Is there …

iphone ipad spinner uiactivityindicatorview