ios - Is it possible to have multiple UIViews inside a UIPageViewController -


i trying set uipageviewcontroller swipes through 3 different views. need have uicollectionview, uitableview, uicollectionview different format. can clarify, whether possible or not? have been searching last couple days , have not found definitive answer. not asking solve me, want know if should give , go different approach.

yes, possible.

from uipageviewcontroller class reference:

a page view controller lets user navigate between pages of content,  each page managed own view controller object. 

you need have viewcontroller each page. recommend read here: https://developer.apple.com/library/ios/documentation/uikit/reference/uipageviewcontrollerclassreferenceclassref/uipageviewcontrollerclassreference.html


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -