How to show multiple images in a single page of LeavesViewController?

310 Views Asked by At

The classes provided by Leaves developed by Tom Brow supports single images for each page of the book with flip effect. In one of our projects we need to show multiple images in a single page along with the flip effect. Has anybody done that with 'Leaves' or is there any other alternative?

We need this images to be added separately so that we can use UIImage selected actions as this images are also required to replaced.This view will also have UITextBox and UILabel.

I know that from iOS 5 on wards UIPageViewController is available which can serve this purpose but for this project we need to support iOS4 also so UIPageViewController can be ruled out.

1

There are 1 best solutions below

1
On

Try to render two images in a graphics context and then extract the image from the context and draw it in pdfcontext. Hope this might help you.