How to save image with custom name in iPhone album?

I am doing one application which is related to iPhone album and photos. My requirement is to save my UIImageView image in to the photo album with custom name for example "myImage.png". I know how to save the photo in album but I need to know how to specify the custom name.

After saving the photo with custom name I need to get the photo with the same name when i select the same photo from the camera in my application. Right i am able to get the photo name when i select the photo, but for all the photo it is showing the photo as asset 2. What is the solution for this problem. Thanks in advance.


Refer iphone-camera-roll-picture-naming-reset-after-firmware-update link. it shows how update images names.

链接地址: http://www.djcxy.com/p/66528.html

上一篇: 键入参数到(功能)模板排序?

下一篇: 如何在iPhone相册中保存具有自定义名称的图片?