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 开发者_StackOverflow社区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.
You can use a UIPopOverViewController, and it will simply extend the Table View methods, the same way you would do it in any other view controller.
精彩评论