Skip to content

Instantly share code, notes, and snippets.

View dev-mush's full-sized avatar

Marco Musella dev-mush

View GitHub Profile
@dev-mush
dev-mush / UIImageView+ImageWithUrl.h
Created October 20, 2014 16:51
UIImageView+ImageWithUrl - a very small and simple category on UIImageView with Asynch image download and cacheing support using TMCache
//
// UIImageView+ImageWithUrl.h
//
//
// Created by Dev-Mush on 20/10/14.
// A simple category on UIImageView that adds an asynchronous load of the image to show, with cacheing support using TMCache.
// For more infos about (the great) TMCache: https://github.com/tumblr/TMCache
#import <UIKit/UIKit.h>