YYWebImage icon indicating copy to clipboard operation
YYWebImage copied to clipboard

Add support for tvOS

Open joeycastillo opened this issue 8 years ago • 0 comments

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.

joeycastillo avatar Mar 20 '18 19:03 joeycastillo