- Loading images and pinch zoom issue with uiscrollview controls
- UIScrollView *subscrollview = (UIScrollView *)[self.mscrollview viewWithTag:tag];
- UIImageView *vidThumb = (UIImageView *)[subscrollview viewWithTag:tag];
- vidThumb.image = [imgAndTagReference objectAtIndex:0];
- [self.imagesForImages addObject:[imgAndTagReference objectAtIndex:0]];