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

Add Photos.framework as one more Dependancy for iOS 8 #33

Closed milan-manwar closed 9 years ago

milan-manwar commented 9 years ago

Add Photos.framework as Dependancy, because when it is not imported, application is unable to create new album. While it works perfectly when a same named album is already available in Photos App.

There are only two dependancies : https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum#dependence

Kjuly commented 9 years ago

Hi @iOSCuriosity , thx for the suggestion, but @NSFish has already help to add the weak reference (https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum/pull/25).

Kjuly commented 9 years ago

@iOSCuriosity updated the README now :)

milan-manwar commented 9 years ago

@kjuly thanks, it'll help others..