开发者

Displaying a table view as a pop up

开发者 https://www.devze.com 2023-03-12 17:45 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消