which is best to save image in the photo library?
I have came across two ideas of saving images from app to photo library.
UIImageWriteToSavedPhotosAlbum(UIImage *image, id completionTarget, SEL
completionSelector, void *contextInfo);
2.ALAssetsLibrary
I used the first one but it takes more time to save.I need to know which
is fast to save images in library.
No comments:
Post a Comment