Kjuly / ALAssetsLibrary-CustomPhotoAlbum

A nice ALAssetsLibrary category for saving images & videos into custom photo album.
http://www.touch-code-magazine.com/ios5-saving-photos-in-custom-photo-album-category-for-download/
MIT License
405 stars 101 forks source link

Work around iOS 8 issue when creating albums. #18

Closed ajcollins closed 9 years ago

ajcollins commented 9 years ago

Hi,

I'd also been suffering from the changes with iOS8. I've integrated some PhotoKit code from a StackOverflow post (referenced in the code) which allows this category to keep on working.

I've not refactored / tidied up in any way. However, this approach seems to work.

Alex

Kjuly commented 9 years ago

Hi @ajcollins , it sounds good, thx for ur PR!

But there're two tiny issues in ur PR, plz fix them first, and I will do more testing on ur code tomorrow, thx :)

Kjuly commented 9 years ago

The solution works very well, I'll merge it after u've fixed those two tiny issues, thx @ajcollins :)

ajcollins commented 9 years ago

Sure - hopefully will get in front of the computer later today or tomorrow.

Alex

On 11 Oct 2014, at 13:37, Kaijie Yu notifications@github.com wrote:

The solution works very well, I'll merge it after u've fixed those two tiny issues, thx @ajcollins :)

— Reply to this email directly or view it on GitHub.

Kjuly commented 9 years ago

@ajcollins created new PR, will close it now.