Im new to Swift and now making a project that includes showing many photos from the web and I understand that I need to use SDWebImage.
I saw related questions here and in other places but all are in Objective-C syntax and not working for me.
What I did till now:
- I downloaded the zip from GitHub
- Copied
SDWebImagefolder to my folder - Tried all possible combinations for
import
#import <"SDWebImage/UIImageView+WebCache.h">
import SDWebImage/UIImageView+WebCache.h
etc..
Can someone please help me import it