Newbie here!! I am learning how to code using xCode 4.2. I wanted to create an app that based on the button name in a UITableViewCell it would bring up a .png file. So i have a list of colors, animals, household objects and wanted an image to display based on button pressed. So i have about 300 images and want the image tiger.png to display when the "tiger" button is pressed. The images are full screen so it won't fit on the same view controller (i got that working with smaller images but need to display a full screen image). Any help would be appreciated. Thank you!