Activity Indicator while loading images inside UIScrollView
问题 I have UIScrollView that contains images from the server. I should put Activity Indicator while the image is currently loading. UIScrollView contains dynamic number of images from the server. May I know how can I add activity indicators on each page while the image is loading and remove once image is loaded. Here's my code to retrieve images: NSDictionary *items = [NSDictionary dictionaryWithObject:dictInfo forKey:@"images"]; imageList = [items objectForKey:@"images"]; NSArray *img =