Top "Uiactivityindicatorview" questions

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

How to set an UIActivityIndicatorView when loading a UITableViewCell

I have two UITableViewControllers, A and B. When I tap one cell in table A, I will use UINavigationController to …

iphone objective-c ios xcode uiactivityindicatorview
Can I change the size of UIActivityIndicator?

Whatever size i give to it while allocation, it shows fixed size only. Is it possible to increase it? Code: …

ios iphone swift uiactivityindicatorview
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 the refresh button, it takes some …

ios objective-c cocoa-touch uiactivityindicatorview
How to show activity indicator while tableView loads?

When I switch between my tabs it loads some seconds and I want to know that my data is loading. …

ios uitableview swift uiactivityindicatorview
Dismiss UIAlertView after 5 Seconds Swift

I've created a UIAlertView that contains a UIActivityIndicator. Everything works great, but I'd also like the UIAlertView to disappear after 5 …

ios swift delay uialertview uiactivityindicatorview
Activity indicator with custom image

I am loading a UIWebView and in the meantime I wan't to show a blank page with this activity indicator …

ios objective-c uiwebview uiimageview uiactivityindicatorview
How to display activity indicator in center of UIAlertController?

I currently have a UIAlertController being displayed on the screen. The view of the alert should only display 2 elements, a …

ios swift uiview uiactivityindicatorview uialertcontroller
Add an activity indicator on a uiwebview

I have a viewDidLoad which creates a web view and starts an activity indicator. How do I make the activity …

ios uiwebview ios7 uiactivityindicatorview
Adding an Activity Indicator Programmatically to a View

Possible Duplicate: Show activity indicator during application launch All, Inside my app delegate, I created an animated splash view that …

ios uiactivityindicatorview uiapplicationdelegate
Is it possible to change an UIActivityIndicatorView color to black in iOS?

I want to change an activity indicator color gray/white to black. Is it possible to change the color to …

ios iphone uiactivityindicatorview