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

Fix issue with nil failure handler #34

Closed michaelcameron closed 9 years ago

michaelcameron commented 9 years ago

_assetForURLResultBlockWithGroup has an issue where it does not check if the failure handler is non-nil before executing it (like it does with the success handler).

Kjuly commented 9 years ago

Thx @michaelcameron :)