UIActivityIndicatorView not rendering
问题 I have an app that makes web service calls to obtain data. I want to add an activity indicator that is visible when the app is fetching web service data. I have looked into other posts, and though I believe I am doing as the posts recommend, my indicator does not render on the screen. The object that makes the web service call is stateGauges. Here is my code: - (void)viewDidLoad { [super viewDidLoad]; UIActivityIndicatorView *activityStatus = [[UIActivityIndicatorView alloc] initWithFrame