I need to manage photos in my app and have read much about SDWebImage framework which seems to be the best way to go. However I am finding it incredibly difficult to instal
Cocoa Pod file for SDWebImage Library.init the pod file.install Pod file.update that pod file.platform :ios, '7.0'
source 'https://github.com/CocoaPods/Specs.git'
pod 'SDWebImage','3.7.1'
pod 'UIActivityIndicator-for-SDWebImage'
And then you can import the following file.
#import "UIImageView+UIActivityIndicatorForSDWebImage.h"