简体   繁体   中英

Creating Images from Tableviews in iOS

I have a core data app that displays a tableview of named individuals from a database. Selection of the individuals provides a detailed view of their characteristics. Would it be possible to create images of each of the detailed tableviews for viewing in an image carousel. I think I could manage the carousel part (examples on github) but I am struggling with finding out how to create the actual images. Can anyone help?

Why do you need an image from tableView? If you are using iCarousel , it provides you with instances of UIView , and tableView inherits from that, so you should be able to get the view of a tableView and show it there. You can also create a custom view and add it to the iCarousel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM