Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top