iPhone UIImagePickerController file name

爱⌒轻易说出口 提交于 2019-12-11 11:25:50

问题


after getting a selected image in didFinishPickingImage:, is there a way to get the filename or name of that image? Is there any string that uniquely identifies that image or that is saved with the image at the moment image was added to the photo album?


回答1:


You can check the metadata, but from my tests the title does not seem to be there or anywhere else.



来源:https://stackoverflow.com/questions/3808082/iphone-uiimagepickercontroller-file-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!