Pregunta

Is it possible to make the "Next" Viewcontroller partially visible via UIPageViewController implementation?

Attached is the screenshot of AppStore and you can see that the "next image" is partially visible in the current controller index.

sybview partially shown

I have seen other implementation of the UIPageViewController, but the subview is always display in fullsize.

sybview shown in fullsize

¿Fue útil?

Solución

You can do it with UIScrollView controller. See this link it's great tutorial how to do exactly what you want.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top