I'm using a block for completion handler. How to access a imageView
/UIElements
inside a block,
[storyImageView setImageWithURL:[NSURL URLWithString:imageURL] placeholderImage:Nil completed:^(UIImage *storyImage,NSError *error,SDImageCacheType cacheType)
{
//need to access storyImageView inside a block
}];