Skip to content

Add support for tvOS#110

Open
joeycastillo wants to merge 1 commit into
ibireme:masterfrom
joeycastillo:master
Open

Add support for tvOS#110
joeycastillo wants to merge 1 commit into
ibireme:masterfrom
joeycastillo:master

Conversation

@joeycastillo

Copy link
Copy Markdown

This is a minor change to make the YYImage library work with tvOS. It has been tested in production.

The only necessary change to the code is to #if out the body of the yy_saveToAlbumWithCompletionBlock method when not running on iOS. The AssetsLibrary framework is not available on tvOS; calling this method on tvOS will simply result in the completion block being called with an error. All other aspects of the YYImage library work fine on tvOS.

@rushairer rushairer left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants