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

Crash in iOS 4.3 #4

Closed arnaudlevy closed 11 years ago

arnaudlevy commented 11 years ago

probably should add a check if system version > 5, and either do nothing or do the saving without albums

Kjuly commented 11 years ago

Yes, you're right. It's a good practise to check it even if it only supports iOS >= 5. Thx! :)