Top "Uiactivityindicatorview" questions

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

Don't allow user interaction when activity indicator view is visible

I have a view which contains two views. One of those views contains two buttons and some text labels. The …

objective-c ios uiactivityindicatorview user-interaction
How can I show alertview with activity indicator?

I want to show alertview with message: "Loading data" and spinning activity indicator. How can I do this?

ios iphone uialertview uiactivityindicatorview
Creating a custom UIActivityIndicatorView

I want to have a custom view for UIActivityIndicatorView rather than relying on options given by iOS. How can I …

iphone objective-c cocoa-touch ios uiactivityindicatorview
How to add Activity Indicator to WKWebView (Swift 3)

I have a wkwebview in my app, and I want to add an activity indicator to it. I want it …

ios swift3 wkwebview uiactivityindicatorview
IOS: ActivityIndicator over UITableView... How to?

i want display an activity indicator over a uitableview while it's loading data (in another thread). So in the ViewDidLoad …

ios uitableview uiactivityindicatorview
Custom color my UIActivityIndicatorView

I would like to have my UIActivityIndicatorView be colored a custom color. Is there any way to set this property?

ios objective-c uiactivityindicatorview
Show activity indicator in SDWebImage

I'm using SDWebView image and i want to show an Activity Indicator as placeholder, while fetching the image from remote. …

objective-c uiactivityindicatorview sdwebimage
How to set grey color background for UIActivityIndicator when loading on UIView in iOS

I currently have a UIActivityIndicator appearing on screen for a second or two. I would like to set grey out …

iphone ios uiactivityindicatorview viewdidload
"Please wait" dialog in iOS8

I used to have a "Please wait" dialog in my app for long time. It was quite simple thing using …

alert ios8 uiactivityindicatorview uialertcontroller
How can i add a activity indicator below the UITableView?

In my application i want to add activity indicator under UItableview where tableview will scroll but i do not know …

iphone uitableview uiscrollview uiactivityindicatorview