I am new to iPhone. What i need is i have to assign image name (eg.parrot.jpg) to NSString value.i need to display image in imageview using this string variable.
apporxmatly imageview.image = NSStringvarible;
where NSStringVArible is image name.
How can i done this?