How to integrate latest SDWebImage API in my Swift based project?
问题 I have used SDWebImage with Objective C and it worked great for me but now I am learning Swift and trying to integrate the latest version of the API but I am stucking at every step as API is in Objective C and there are no steps mentioned to use the API with Swift. I read the documents and created the bridge header file and included the required file like below: #ifndef MyProject_Bridging_Header_h #define MyProject_Bridging_Header_h #import <SDWebImage/UIImageView+WebCache.h> #import