B Binju macrumors member Original poster Jan 31, 2010 65 0 Mar 9, 2010 #1 Is it possible to get the imagename of an imageview control? How?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Mar 9, 2010 #2 Images don't have names. I assume you are loading the images with UIImages imageNamed: method and want to retrieve the parameter you passed? If so you need to track the parameter and output UIImage object yourself.
Images don't have names. I assume you are loading the images with UIImages imageNamed: method and want to retrieve the parameter you passed? If so you need to track the parameter and output UIImage object yourself.