Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 22nd, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Loading images and pinch zoom issue with uiscrollview controls
  2. UIScrollView *subscrollview = (UIScrollView *)[self.mscrollview viewWithTag:tag];
  3.  UIImageView *vidThumb = (UIImageView *)[subscrollview viewWithTag:tag];
  4.  vidThumb.image = [imgAndTagReference objectAtIndex:0];
  5.  [self.imagesForImages addObject:[imgAndTagReference objectAtIndex:0]];