Skip to content

Instantly share code, notes, and snippets.

View ciudadlas's full-sized avatar

Serdar Karatekin ciudadlas

View GitHub Profile
#import <AFNetworking.h>
@interface UIImageView (AFNetworkingFadeInAdditions)
- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage fadeInWithDuration:(CGFloat)duration;
@end