I am using an UIImage, in which I have an Image, and I want to know the name of image.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
That functionality is not built-in to |
|||
|
|
|
It is not possible. UIImage instance contains the actual image data without any reference to the filename. |
|||
|
|
|
Images do not necessarily come from files or other named sources, so not all images even have a name. When you create an image from a file, you could store the name in a separate |
|||
|
|
