alexiscreuzot / KASlideShow

Ultra-basic slideshow for iOS (ARC only).
MIT License
206 stars 61 forks source link

SDWebImage function #15

Closed ad4n closed 9 years ago

ad4n commented 10 years ago

I add the SDWebImage function for not only show images from the resources, but be able to show images from the web through their url strings

alexiscreuzot commented 10 years ago

this is a great addition, but you should not include the SDWebImage lib as it can be pulled through as a subspec of the library. http://guides.cocoapods.org/syntax/podspec.html#subspec

ad4n commented 10 years ago

O sorry i have never used cocoapods... I you want ,you can add as a subspec and use my code in KASlideShow.m/h

alexiscreuzot commented 10 years ago

I'll look into it