I have a bit of a strategy question regarding UIPageViewControllers. It seems like it would fit my requirements perfectly but there are a few things which I'm not sure about. I thought maybe someone out there may have a gem or two to share. :)
So here goes: I would like to use PageViewCtl to show content in either portrait or landscape mode, however, they have to be in the same controller (i.e. have the same view) regardless of what orientation the device is. The reason is that the content has to be zoomable in such a way (in landscape orientation) that both "pages" of content are zoomed at once, not separately. At this point, I can't really see how this could be handled in a PageViewCtl since, as far as I know, you can't share a view between 2 view controllers. So does anyone have any insight on this question? Much thanks in advance!