thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDWebImage/SDWebImageManager.h not found

sokh123 opened this issue · comments

SDWebImage/SDWebImageManager.h not found in IDMPhoto.h

I have same issue in my swift static library project.
Following references are not found.

// IDMPhoto.h

#import <SDWebImage/SDWebImageManager.h>
// IDMZoomingScrollView.h

#import <DACircularProgress/DACircularProgressView.h>