Top "Uiactivityindicatorview" questions

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

Add activity indicator at bottom of UITableView?

I have UITableview with pagination like first will get 20 objects from server and will populate in UITableView then when it …

ios objective-c uitableview uiactivityindicatorview
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 .…

iphone objective-c ios uiactivityindicatorview
swift UIActivityIndicatorView .hidden = false not working

I am trying to show an Activity Indicator View once a button is pressed, but it does not want to …

swift xcode6 uiactivityindicatorview xcode6-beta7
Hide activity indicator

On my main storyboard I created an Activity Indicator. I want to hide my activity indicator until the button has …

ios xcode uiactivityindicatorview
UITableView Activity Indicator the Apple way

My problem is pretty common. I want to show some "loading" stuff while the data that will be shown in …

ios objective-c uitableview uiactivityindicatorview
Activity Indicator View not spinning

I have below code where I am loading some link in webview. - (void)viewDidLoad { mySpinner = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray]; […

ios objective-c uiactivityindicatorview
React-Native ActivityIndicator doesn't hide after animation finish

I have an ActivityIndicator that shows while fetch is loading and the wheel disappears when componentDidMount is fired, but keeps …

javascript react-native jsx uiactivityindicatorview activity-indicator
Disable all Input while UIActivityIndicatorView spinning

How can I disable all Input while the UIActivityIndicatorView is spinning? Thanks

ios cocoa-touch uiactivityindicatorview
UIActivityIndicatorView not displaying in UIAlertView - iOS7

I need to UIActivityIndicatorView in UIAlertView when loading. But UIActivityIndicatorView is not displaying when I add this with UIActivityIndicatorView not …

objective-c ios6 ios7 uialertview uiactivityindicatorview
How to add UIActivityIndicatorView at center of UIAlertView?

As the title, I want to add an UIActivityIndicatorView instance at center of an UIAlertView instance. Here is my code: …

ios uiactivityindicatorview alertview