Saving an image by capturing from screen into photo album is fine. But while using UIImageWriteToSavedPhotosAlbum method for saving an image image got saved in numbers manner like 1, 2, 3 and so on.
Can we specify name while saving an image into photo album? or any other alternative approch to this.
Any help and suggestions will be appreciated.