B Binju macrumors member Original poster Mar 9, 2010 #1 Is it possible to get the imagename of an imageview control? How?
robbieduncan Moderator emeritus 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.