I want to swipe
through several pages of text over an static
background image.
First I wanted to do it with a PageViewController
but there the background swipes
with the text, what is not what I want.
Does someone know how to do this?
Thank you and Best regards
Insert your PageViewController in a view inside the viewController. So that you can keep background from viewController and use your PageView without background on it.