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

Added return call to fix Static Analyzer issue #23

Closed wka closed 9 years ago

wka commented 9 years ago

Without the return, the Static Analyzer raises an "Argment to 'NSString' method 'compare:' cannot be nil" issue. (Using Xcode 6.1.1)

This fixes issue #22

Kjuly commented 9 years ago

Thx :)