Install YYWebImage via Carthage
masterTo install YYWebImage using Carthage:
- Add
github "ibireme/YYWebImage"to your Cartfile. - Run
carthage update --platform ios. - Add the generated framework to your Xcode project.
- Import
<YYWebImage/YYWebImage.h>.
Note on WebP support: The Carthage framework does not include the WebP component. To support WebP, use CocoaPods or install the WebP library manually. Use YYImageWebPAvailable() to check availability.