Guest User

Untitled

a guest
Jul 16th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. AFGetImageOperation *getImageOperation = [[AFGetImageOperation alloc] initWithIndex:i viewController:self];
  2. getImageOperation.imageURL = [NSURL URLWithString:aImage.imageURL];
  3. [loadImagesOperationQueue addOperation:getImageOperation];
  4. [getImageOperation release];
Add Comment
Please, Sign In to add comment