Skip to content

Instantly share code, notes, and snippets.

View ahmetardal's full-sized avatar

Ahmet Ardal ahmetardal

View GitHub Profile
/*!
@method
@abstract adds images to the queue and starts the operation queue to download them
*/
- (void) addImagesToQueue:(NSArray *)images
{
NSLog(@"AsyncImageLoadingViewController::addImagesToQueue called");
[self.imageQueue addObjectsFromArray:images];
//
// UIScreen+Utils.m
// LiveGO
//
// Created by Ahmet Ardal on 2/3/11.
// Copyright 2011 MessengerFX. All rights reserved.
//
#import "UIScreen+Utils.h"