UIActivityIndicatorView not displaying right on UIAlertView
问题 I am writing an iOS app, and I have to display a UIAlertView with a spinner. Sometimes , something goes wrong when I try to add the spinner in the center of the alert, usually when there was another alert right before this one (not exactly a rule, but this is how I noticed it fails). I partly solved this bug by delaying the creation of the spinner. Here is how I do it ( alert is a member UIAlertView) : This code is in viewDidLoad : alert = [[[UIAlertView alloc] initWithTitle:@"Loading..."