I\'m trying to use SDWebImage in my iPhone app. I followed the step by step tutorial to install SDWebImage into my Xcode project.
When I try to build my app i\'m ge
Use
#import "UIImageView+WebCache.h"
instead of
#import
Will solve it.