YYWebImage
YYWebImage copied to clipboard
Add support for tvOS
This is a minor change to make the YYWebImage library work with tvOS. It has been tested in production.
The only necessary change to the code is to #if out the lines that display the network activity indicator when not running on iOS, as the there is no network activity indicator on tvOS.