I have a table view and some images in it .I have certain images in my table view which have same name as some other images.Now what i want is that when i click on an image then with that click a pop up window will be shown on screen consisting of a table view which will show the all images with the same name.So basically my question is how to display a table view in pop up window.Do i have to write any other class for that .Please help.I am a fresher in this case.Any help will be appreciated.
Thanks,
Christy
Use a UIPopoverController to display your TableView.