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 weakly linked framework #25

Closed NSFish closed 9 years ago

NSFish commented 9 years ago

Without photos framework, PHPhotoLibrary_class would always be nil.

Kjuly commented 9 years ago

Just notice it supports weak_framework as well, thx!